Skip to content

kuharan/IPL-ML-2018

Repository files navigation

Indian Premier League Predictions - 2018

made-with-python Website shields.io GitHub forks GitHub license Open Source Love Maintainers Wanted

The Indian Premier League, officially Vivo Indian Premier League (for sponsorship reasons), is a professional Twenty20 cricket league in India contested during April and May of every year by teams representing Indian cities and some states.

This project is an attempt to predict the winner of T20 cricket matches. The objective is to predict the result (winner) of every IPL match. The project also predicts the ultimate winner of the tournament. It does not impose a specific development philosophy or framework, so you're free to clone, modify and architect your code in the way that you want and add your contribution to this repository.

We are Live on Heroku!

Features

Minimum OS version - Jelly Bean 4.1, 4.1.1 Target OS version - Marshmallow 6.0 Size - 4.69 MB (Removed the android app)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • PyCharm
  • Any Web Browser

Modules Used

Pandas, sklearn, sklearn.tree, model_selection, DecisionTreeClassifier, csv, Flask, BeautifulSoup, requests, json 

List of all the packages that have been used in this project is frozen into requirements.txt file.

Dataset

The dataset that we use in this project is IPL (Indian Premier League) Dataset posted on Kaggle Datasets sourced from cricsheet. And calculated Team data based on player EF scores.

EFscore:

The eigenfactor score, a metric used for ranking teams in different formats of the game. This is an alternative way of ranking teams in international Cricket, by taking into account the relative strengths of the teams. A victory against a relatively stronger team will lead to a higher EFscore as compared to a victory against a relatively weaker team.

The advantage of this method is that it is a non-parametric way of ranking teams, that is we do not give any additional parameters to the algorithm for computing the team rankings.

Deployment

Click on this button to set up a live system on Heroku Cloud!

Deploy

Contributing

Please submit a pull request to this repo or open an issue.

Authors

Maintainers Wanted

I am looking for people to maintain this project and collaborate to increase the accuracy. I am open to suggestions and collaboration. drop me an email (kuharan . bhowmik @ gm ail . com )

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE.md file for details.