NBA_Player_Career_Determination

In this notebook I have tried different ML techniques like Logistic Regression, Decision Tree and Random Forest to determine the right model to be used that will provide higher accuracy. Clearly Random Forest is the clear winner in my case as the accuracy has been highest using this technique. However there is still scope of improving the model using ensemble techniques like XGBoost.

9/25/2022
197 views

Tags:  

#python 

#classification 

#machine-learning 

#beginner