NBA Game Outcome Predictor

Machine learning model that predicts NBA game winners

About This Project

This predictor uses Random Forest machine learning to forecast NBA game outcomes...

Technical Implementation

  • Data Source: Official NBA API
  • Model: Random Forest Classifier (scikit-learn)
  • Features: 21 engineered features including team stats and differentials
  • Accuracy: ~65-70% on test data
View Code on GitHub →