The following Dataset (IPL_Scores.csv) contains match data from IPL matches. It contains the following columns
- Match_id :- ID number of the match
- Innings_No :- First innings or second innings ( a number other than 1 or 2 is not permissible)
- RUNS_15 :- Runs as of the 15th over
- Over_id_15 :- A number other than 15 here indicates that the innings was finished in less than 15 overs (either all out or match won)
- Bowler_Wicket_15 :- Number of wickets as of the 15th over
- Ball_id_15:- Number of balls bowled as of the 15th over
- RUNS_20 :- The final score of the match (To be predicted)
The objective is to create a machine learning model to predict the final runs scored by a team (last column), given the data from the other columns. Send your submissions to mythreya.lingala@careerlauncher.com. They will be evaluated with a separate test set and scored accordingly.