Skip to content

dylan-savage/MLB-Win-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MLB-Win-Predictor

This project aims to predict MLB team wins based on key statistics using machine learning models such as Linear Regression, Random Forest Regressor, and K-Means Clustering.

Dataset

Teams Dataset: Contains overall team statistics per season.

Batting Dataset: Aggregated individual batting statistics.

Pitching Dataset: Aggregated individual pitching statistics.

Fielding Dataset: Aggregated fielding statistics.

Approach

Data Preprocessing

Load and clean team and player statistics datasets.

Aggregate relevant statistics by team and year.

Identify key features that influence team wins.

Modeling

Linear Regression: Initial model to assess feature importance.

Random Forest Regressor: More robust model to capture non-linear relationships.

K-Means Clustering: Unsupervised learning to explore team groupings based on performance.

Results

Evaluated model accuracy using R² Score and RMSE.

Analyzed which statistics influence team wins the most

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors