Horse Race 경마 예측 알고리즘 만들기 Cloud Service AWS EC2 google colab Crawling & MySQL 경마 홈페이지에서 데이터 크롤링, MySQL에 DB 저장 Modeling XGBoost, Neural-Network How to upload & download to github cmd 처음 pull할 때 = git clone https://github.com/letsrunpark/horserace.git > horserace 디렉토리 생성 한번이라도 git clone해서 이미 디렉토리가 존재한다면 = cd horserace > git pull origin master 작업 cd horserace (git clone했을 경우에만) git add . git commit -m "어떤 내용을 수정했는지 적기!" git push origin master username= 자기 github 이름 (ex. github.com/ojin0611이면 ojin0611) password= 자기 github pw 업로드 완료!