My implementation of various machine learning methods to predict the outcomes of the 2017 March Madness games
All data comes from Kaggle's yearly March Madness Competition
The data for 2017 can be found here: https://www.kaggle.com/c/march-machine-learning-mania-2017/data
- Python 2.7
- numpy
- sklearn
I didn't get a chance to really create many features for this data set due to a time crunch to finish before the tournament started. The features I used were:
- Offensive Quotient
- Defensive Quotient
- ELO Rating
http://a.espncdn.com/ncb/s/katzqa/010831.html
https://en.wikipedia.org/wiki/Elo_rating_system
https://fivethirtyeight.com/datalab/introducing-nfl-elo-ratings/
Put working in progress into usable methods
Create a tournament visualizer
Open to collaboration to improve this project