Skip to content

Latest commit

 

History

History
124 lines (92 loc) · 4.21 KB

README.md

File metadata and controls

124 lines (92 loc) · 4.21 KB

public-late-night-pharmacies

2022 서울시 빅데이터 캠퍼스 멘토링 3기

  • 경희대학교 소프트웨어융합학과 김수빈
  • 경희대학교 소프트웨어융합학과 박재훈
  • 경희대학교 소프트웨어융합학과 정다영
  • 경희대학교 소프트웨어융합학과 최인열

git clone

git clone https://github.com/ChoiInYeol/KHUDA-Seoul-BigDataCampus.git

git 강제 pull 방법

git fetch --all
git reset --hard origin/main
git pull origin main

Python 가상환경 설정

cd 명령어를 이용하여 로컬 저장소로 이동 후

python -m venv {가상환경 이름}
cd ./{설정한 가상환경 이름}/Scripts
activate

Requirement install

pip install -r requirements.txt
pipwin install -r requirements2.txt
pandas
numpy
matplotlib
seaborn
tqdm
statsmodels
parmap
sklearn
tensorflow
xgboost
datetime
ipykernel
bs4
pylint
jupyter
requests
pipwin
geopandas
libpysal
matplotlib_scalebar
ortools
spaghetti

참조


데이터셋

재훈이를 위한 데이터셋 통합 정리

다영

수빈

  • 고민중

인열

재훈

  • 고민중

인터넷 레퍼런스

약국 관련

개발 관련