Skip to content

Machine Learning makes predicting NBA2K player ratings one of the easiest things in the world.

Notifications You must be signed in to change notification settings

mattdmv/nba-2k-player-rating-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA-2K-player-rating-predictor

In this machine learning project, linear regression model was built to predict NBA player's rating in the next release of the NBA 2K video game according to current season stats.

Folder structure:

  • client : This contains UI website code
  • server: Python flask server
  • model: Contains python notebook and dataset for model building

Used in this project:

  1. Python
  2. Numpy and for data cleaning
  3. Matplotlib & Seaborn for data visualization
  4. Sklearn for model building
  5. Jupyter notebook, Visual Studio Code and as IDE
  6. Python flask for http server
  7. HTML/CSS/Javascript for UI

Final prediction example:

Releases

No releases published

Packages

No packages published

Languages