Code Monkey home page Code Monkey logo

ipl_first_inning_score_prediction.api's Introduction

IPL First Innings Score Predictor - Deployment

overview of the project:

  • created a machine learning model for predicting the first inning score of IPL matches.
  • optimized features
  • data cleaning
  • feature engineering
  • Exploratory Data Analysis

Resources used:

Packages: pandas, numpy, sklearn, matplotlib, seaborn,pickle,heroku.

Dataset:

  • 617 IPL matches -> data/ipl.csv

The data set consists of the following columns

  • mid -> Each match is given a unique number
  • date -> When the match happened
  • venue -> Stadium where match is being played
  • bat_team -> Batting team name
  • bowl_team -> Bowling team name
  • batsman -> Batsman name who faced that ball
  • bowler -> Bowler who bowled that ball
  • runs -> Total runs scored by team at that instance
  • wickets -> Total wickets fallen at that instance
  • overs -> Total overs bowled at that instance
  • runs_last_6 -> Total runs scored in last 6 overs
  • wickets_last_6 -> Total wickets that fell in last 6 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 after first innings

Algorithims used:

Linear regression, Decision Tree, Random Forest among these linear_regresion performed well ,so that was taken into the consideration.

Features and Label Used

  • features:{date,venue,bat_team,bowl_team,runs,wickets,overs,runs_last_6, wickets_last_6}
  • label:{ total}

The End

My sincere thanks to My mentor Kushal Sharma 🙌
My sincere thanks to Krish Naik sir for his guidance through his youtube channel 🙌.
My sincere to Anuj Vyas for providing his open source repository which helped me of getting a basic idea and motivated me off doing this project🙌.
Give a ☆ if you liked it.

ipl_first_inning_score_prediction.api's People

Contributors

ajayraju999 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  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.