https://github.com/amruthpillai/ipl-match-predictor
This notebook is mainly an experimentation playground for myself to learn data science and statistics.
https://github.com/amruthpillai/ipl-match-predictor
Last synced: 6 months ago
JSON representation
This notebook is mainly an experimentation playground for myself to learn data science and statistics.
- Host: GitHub
- URL: https://github.com/amruthpillai/ipl-match-predictor
- Owner: AmruthPillai
- Created: 2018-12-01T18:14:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T19:18:39.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:37:16.513Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPL Match Predictor
This notebook is mainly an experimentation playground for myself to learn data science and statistics.
I'll be attempting to predict the winner of an IPL match, given two teams (and maybe other parameters as well), using K-Nearest Neighbors Classifier.
We're using KNN because technically, I will need a result out of the given set of discrete values. It is more of a classification problem than a regression problem, where I would be prediction values arbitrarily.
Check out the Jupyter Notebook (`IPL Match Predictor.ipynb`) for a detailed explanation on how it all works!
## Screenshot
![]()