An open API service indexing awesome lists of open source software.

https://github.com/anthonykrivonos/nba-ml

🏀 Hardcoded ML classifiers from scratch to create predictive models on the outcomes of NBA games!
https://github.com/anthonykrivonos/nba-ml

basketball classifiers data fromscratch hardcoded machine-learning ml nba python science sports

Last synced: 25 days ago
JSON representation

🏀 Hardcoded ML classifiers from scratch to create predictive models on the outcomes of NBA games!

Awesome Lists containing this project

README

          

# NBA ML

🏀 Hardcoded ML classifiers from scratch to create predictive models on the outcomes of NBA games!

## Getting Started

### Installing

`pip i requests csv nba_api numpy`

### Running
To update NBA game data:
`python3 data_grabber.py`

To run classification code:
`python3 classifier.py`

## Inspired By

* [CISC 5800 - Machine Learning](https://storm.cis.fordham.edu/leeds/cisc5800/) - By Dr. Leeds

## Authors

* **Anthony Krivonos** - *Initial work* - [Portfolio](https://anthonykrivonos.com)
* **Phil Tenteromano** - *Initial work*

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details