Skip to content

letsrunpark/horserace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horse Race

  • 경마 예측 알고리즘 만들기

Cloud Service

  • AWS EC2
  • google colab

Crawling & MySQL

  • 경마 홈페이지에서 데이터 크롤링, MySQL에 DB 저장

Modeling

  • XGBoost, Neural-Network

How to upload & download to github

  1. cmd
  2. 처음 pull할 때 = git clone https://github.com/letsrunpark/horserace.git > horserace 디렉토리 생성
  3. 한번이라도 git clone해서 이미 디렉토리가 존재한다면 = cd horserace > git pull origin master
  4. 작업
  5. cd horserace (git clone했을 경우에만)
  6. git add .
  7. git commit -m "어떤 내용을 수정했는지 적기!"
  8. git push origin master
  9. username= 자기 github 이름 (ex. github.com/ojin0611이면 ojin0611)
  10. password= 자기 github pw 업로드 완료!

About

predict horse race

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors