Applying machine learning to March Madness. Check out my first repo here and my associated blog post. I've tried to make this repository extensible enough so that I can use it from year to year.
In this project, I hope to use machine learning to create a model that can predict the winner of a game between two teams. This way, I can try to predict the winner of the NCAA Basketball Tournament (and hopefully get a perfect bracket LOL). I've separated this project into a couple of different components. Since I like to do this every year, I wanted to keep this code general enough so that it can work from year to year, you'll just have to add new data for the current year.
git clone https://github.com/adeshpande3/March-Madness-ML.git
cd March-Madness-ML
pipenv
, you can follow instructions here for how to install.
pipenv install
pipenv run python DataPreprocessing.py
This may take a while (Still trying to figure out ways to make this faster).pipenv run python MarchMadness.py