An open API service indexing awesome lists of open source software.

https://github.com/codophobia/cricketchasingprobability

Predicting probability of win for chasing team in cricket
https://github.com/codophobia/cricketchasingprobability

cricket-data cricket-prediction logistic-regression machine-learning python

Last synced: about 2 months ago
JSON representation

Predicting probability of win for chasing team in cricket

Awesome Lists containing this project

README

          

# CricketChasingProbability

**Testing the code**

```bash
cd CricketChasingProbability
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python predictor.py
```

Note: The default dataset used is of odi matches. If you want to run with different dataset, just change the file name inside the code.

Read more about the code: https://shivammitra.com/python/predicting-chasing-team-probability-win/