/Predicting_Winning_Teams

This is the code for "Predicting the Winning Team with Machine Learning" by Siraj Raval on Youtube

Primary LanguageJupyter Notebook

Predicting_Winning_Teams

This is the code for "Predicting the Winning Team with Machine Learning" by Siraj Raval on Youtube

Overview

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.

Dependencies

  • scikit-learn
  • xgboost
  • pandas

Install missing dependencies with pip.

Usage

Run jupyter notebook in terminal, then the code will pop up in your browser.

Install jupyter here.

Credits

Credits for this code go to RUdrakshTuwani. I've merely created a wrapper to get people started