
NBA Score Prediction
Objective: To develop and evaluate a machine learning model to predict the outcome of NBA games based on historical team data.
Technologies: Python, Pandas for data analysis and cleaning, Scikit-learn for creating and training models (e.g., Logistic Regression, Random Forest).
Challenges & Results: The main challenge was feature engineering to identify the most influential statistics. The final model achieved a predictive accuracy of 71%, demonstrating the effectiveness of an analytical approach in sports.