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/