NBA_Hackathon

Here , I make prediction about players career that is, if career years played < 5, 1 if career years played >= 5. I use various classification algorithm for checking best model with highest accuracy viz. Logistic Regression,Naive Bayes,KNN, Decision Trees, Random Forests, Support Vector Machine, Adaboosts, Xgboosts and find that Random Forests has the best accuracy. So, I use this model for predicting the test data.

6/26/2022
150 views

Tags:  

#python 

#classification 

#machine-learning