Code Monkey home page Code Monkey logo

ipl-first-innings-score-prediction's Introduction

First Innings Score Prediction - Indian Premier League (IPL)

Problem statement:

Build a model to predict the first innings score of any IPL match (In terms of range).

Dataset:

The dataset 'IPL Data Set.csv' consists of ball-to-ball informations about every match of IPL from Season 1 to 10 ie: (2008 to 2017)
Dataset consists following columns:
• mid: Unique match id.
• date: Date on which the match was played.
• venue: Stadium where match was played.
• batting_team: Batting team name.
• bowling_team: Bowling team name.
• batsman: Batsman who faced that particular ball.
• bowler: Bowler who bowled that particular ball.
• runs: Runs scored by team till that point of instance.
• wickets: Number of Wickets fallen of the team till that point of instance.
• overs: Number of Overs bowled till that point of instance.
• runs_last_5: Runs scored in previous 5 overs.
• wickets_last_5: Number of Wickets that fell in previous 5 overs.
• striker: max(runs scored by striker, runs scored by non-striker).
• non-striker: min(runs scored by striker, runs scored by non-striker).
• total: Total runs scored by batting team at the end of first innings.

Dependencies:

• Python - 3.6
• Scikit-Learn
• Pandas
• Numpy
• Matplotlib
• Seaborn

Algorithms Used:

• Linear Regression
• Decision Tree Regression
• Random Forest Regression
• Adaptive Boosting (AdaBoost) Algorithm

Future Scope:

• Add columns in dataset of top batsmen and bowlers of all the teams.
• Add columns that consists of striker and non-striker's strike rates.
• Implement this problem statement using Artificial Neural Network (ANN).

• Please give a ⭐ to the repository, if it helped you in anyway.

ipl-first-innings-score-prediction's People

Contributors

arbaaz-shaikh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.