├── Jan8_NBA_Projections.xlsx ├── README.txt ├── boxScoreScrape.py ├── getDailyData.py └── runModel.py /Jan8_NBA_Projections.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jon2Anderson/NBA_Prediction_Modeling/HEAD/Jan8_NBA_Projections.xlsx -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jon2Anderson/NBA_Prediction_Modeling/HEAD/README.txt -------------------------------------------------------------------------------- /boxScoreScrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jon2Anderson/NBA_Prediction_Modeling/HEAD/boxScoreScrape.py -------------------------------------------------------------------------------- /getDailyData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jon2Anderson/NBA_Prediction_Modeling/HEAD/getDailyData.py -------------------------------------------------------------------------------- /runModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jon2Anderson/NBA_Prediction_Modeling/HEAD/runModel.py --------------------------------------------------------------------------------