Skip to content

HarshDeswal/ICC-T20-world-cup-2022-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICC-T20-world-cup-2022-Prediction

In this project , we are trying to predict the outcomes of upcoming ICC T20 world cup 2022 matches using Machine Learning Algorithms wcc_img

Goals

  • Applying different Machine Learning algorithms for prediction and finding most accurate model.
  • Prediction of matches winner of ICC T20 WC 2022.

These goals present a unique real-world Machine Learning prediction problem and involve solving various Machine Learning tasks: data wrangling, feature extraction and outcome prediction.

Datasets

We have used four datasets i.e. T20Records(for all international T20 matches),T20Fixture(for fixture of ICC T20 WC 2022),T20Ranking(for current T20 ranking) and T20TeamStats(having teams stats in previous World cups).We have referred https://cricsheet.org/ for getting the T20 matches records from 2005 to 2022.For current ranking and WC 2022 we referred Cricbuzz and got the teams stats for previous World cup from Wikipedia.

Tools, Software and Libraries

  1. Jupyter Notebook

  2. Numpy

  3. Pandas

  4. Seaborn

  5. Matplotlib

  6. Scikit-learn

Algorithm

We are trying with different algorithms like Support Vector Machines, Logistic Regression, Random Forest and K-Nearest Neighbours model. After trying with all these approaches , we will be comparing the accuracy of all of them and use the best model for prediction.

References

https://cricsheet.org/

https://www.cricbuzz.com/

https://towardsdatascience.com/icc-2019-cricket-world-cup-prediction-using-machine-learning-7c42d848ace1

https://en.wikipedia.org/wiki/List_of_ICC_Men%27s_T20_World_Cup_records

License

MIT License

Copyright (c) 2022 Harsh Deswal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

ICC T20 World Cup 2022 Winner Prediction using Machine Learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published