Project Scope
This repository analyzes a number of machine learning models designed to predict whether a cricket player (batter and bowler) will exceed a specific performance threshold in upcoming matches. The project leverages open source historical data on players’ performances in each individual game and extracts the most relevant features including runs scored, strike rates, recent performance in the last ‘N’ games and match conditions, to train various classification models such as logistic regression, Random Forest, GBM, KNN and SVM.
The analysis is focused around a) finding the right feature combinations for each classifier and b) coming up with a ranking system to compare the performance of the classifiers based on Accuracy, TPR and TNR.
Github Repository: https://github.com/reazwrahman/ML-prediction-for-cricket/tree/mainĀ
Youtube Presentation Link: https://www.youtube.com/watch?v=IfC2IZdt6nU
source data: https://data.world/cclayford/cricinfo-statsguru-data
Leave a Reply