Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 553 Bytes

NBAPlayoffPredictor

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.

Install Dependencies

Run the command: pip install numpy scikit-learn matplotlib pandas

Additional Things

Scikit-learn Supervised Learning Documentation: https://scikit-learn.org/stable/supervised_learning.html#supervised-learning

Ideas

  • Try altering what team statistics are included
  • Alter algorithm parameters
  • Add more algorithms from documentation