This project predicts whether an IPL batsman will score 30 or more runs in a match using past performance data.
- Python
- Pandas
- Scikit-learn
- Jupyter Notebook
- IPL ball-by-ball datasets (2022, 2023, 2024)
- Logistic Regression
- Average runs in last 3 matches (avg_last_3)
Built a beginner-level cricket analytics machine learning model to predict player performance based on recent form.
- Add opponent and venue features
- Try Random Forest model
- Build dashboard visualization