Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.49 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.49 KB

IPL Score Predictor

Welcome to the IPL Score Predictor, a machine learning model built to predict the final scores of the first innings in the Indian Premier League (IPL) using supervised learning techniques.

The IPL is a professional men's Twenty20 cricket league, contested by ten teams based out of seven Indian cities and three Indian states. The league was founded by the Board of Control for Cricket in India (BCCI) in 2007 and is usually held between March and May of every year.

This model utilizes historical IPL match data to train a regression model that can predict the final scores of the first innings. The traditional approach of calculating final scores based on current runs and run rate, also known as the Duckworth-Lewis-Stern (DLS) method, has certain limitations. Our model takes into account of the current game in play and various other factors such as the the number of wickets fallen, the curent score of the striker and non-striker among others to make accurate predictions.

You can find the demo of the model in the "Model Demo" tab and the results in the "Results" tab from this website. For more information on the process of building the machine learning model and the feature engineering used, you can check out my GitHub repository.

Thanks for visiting the IPL Score Predictor! We hope you find this model useful for your IPL watching experience and to make more informed decisions in fantasy cricket leagues.