Skip to content

parsing NBA stats, cleaning data and saving data as .csv files, creating tensorflow model and training, predicting new games.

License

Notifications You must be signed in to change notification settings

jocialiang/NBA_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA_prediction

parsing NBA stats, cleaning data and saving data as .csv files, creating tensorflow model and training, predicting new games.

Usage

  • crawling NBA stats from website and saving files

python Game_detail_parser.py --save2dir 'game_detail/' --yearStart 2017 --yearEnd 2018 --idxStart 1 --idxEnd 1231

  • cleaning data

python save_stat_2csv.py --save2dir 'game_detail/'

  • creating model and training

python train.py

  • predicting

python predict.py

About

parsing NBA stats, cleaning data and saving data as .csv files, creating tensorflow model and training, predicting new games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages