Skip to content

acsyl/NBAGames-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting one season NBA games

Model Accuracy
Random Forest 63.1%
SVM 60.2%
Naive Bayes 64.1%
KNN 64.7%
Logistic Regression 64.3%
Deep Neural Network 66.7%

Ensemble Model(Max Voting):

  • Accuracy: 66.29%(RandomForest,NaiveBayes,KNN,LR,DNN)
  • Accuracy: 67.42% (RandomForest,NaiveBayes,DNN)

About

Using ML to predict one season NBA games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages