Skip to content

codophobia/CricketChasingProbability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CricketChasingProbability

Testing the code

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/