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
- Host: GitHub
- URL: https://github.com/codophobia/cricketchasingprobability
- Owner: codophobia
- Created: 2019-08-18T09:46:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:45:05.000Z (over 2 years ago)
- Last Synced: 2025-01-20T00:16:49.067Z (about 1 year ago)
- Topics: cricket-data, cricket-prediction, logistic-regression, machine-learning, python
- Language: Python
- Homepage: https://shivammitra.com/python/predicting-chasing-team-probability-win/
- Size: 2.79 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/