Using a dataset of advanced NBA team statistics, a machine learning model will be created to determine whether a team will make the playoffs in a season.
Run the command:
pip install numpy scikit-learn matplotlib pandas
Scikit-learn Supervised Learning Documentation:
https://scikit-learn.org/stable/supervised_learning.html#supervised-learning
- Try altering what team statistics are included
- Alter algorithm parameters
- Add more algorithms from documentation