Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 367 Bytes

File metadata and controls

6 lines (4 loc) · 367 Bytes

Cricket Score Predictor

Problem Statement: Given certain input parameters regarding an innings of a T20 cricket match, predict the total runs scored by the batting team at the end of 6 overs.

Data set with details of all matches are inside the data folder. The main code to predict the total runs by the end of 6 overs is present as a jupyter notebook to view.