๐ Hardcoded ML classifiers from scratch to create predictive models on the outcomes of NBA games!
pip i requests csv nba_api numpy
To update NBA game data:
python3 data_grabber.py
To run classification code:
python3 classifier.py
- CISC 5800 - Machine Learning - By Dr. Leeds
- Anthony Krivonos - Initial work - Portfolio
- Phil Tenteromano - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details