naishasinha / Fantasy-Basketball

A full-stack AI application for NBA fantasy basketball enthusiasts.
MIT License
0 stars 0 forks source link

Improve ML Model Accuracy to ~70% #1

Open naishasinha opened 2 months ago

naishasinha commented 2 months ago

Ideally, industry standards for ML accuracy are usually between 70% and 90%. Currently, this project's base model is at 63% accuracy.

naishasinha commented 2 months ago

Next Steps: (1) use xgboost and/or random forest classifier (2) experiment with the different feature numbers (3) utilize the backwards feature selector rather than forward.