This is the code for "Predicting the Winning Team with Machine Learning" by Siraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval. We're going to predict whether or not the home team will win given a set of other statistics. The dataset for this was retrieved from this site.
- scikit-learn
- xgboost
- pandas
Install missing dependencies with pip.
Run jupyter notebook
in terminal, then the code will pop up in your browser.
Install jupyter here.
Credits for this code go to RUdrakshTuwani. I've merely created a wrapper to get people started