An open API service indexing awesome lists of open source software.

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.

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

Screenshot