Predicting_Winning_Teams

This is the code for "Predicting the Winning Team with Machine Learning"

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.