Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 942 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 942 Bytes

HarvardX-PH125.9x-EPL

Machine learning models of English Premiership results. Submitted as part of requirements for Edx course HarvardX-PH125.9x.

There are several ways to 'run' this project. If you want to generate the PDF for yourself from the Rmd file, you can either run the entire project from scratch or download data from Github.

From the R file

Run EPL-Project.R. It will:

  • Download all data files (takes about 35 minutes)
  • Clean the data
  • Run analysis
  • Run the machine learning models (takes about 24 hours)

From Github

All of the data files and rda files created by the R file are also on Github (I created them from teh R file and uploaded them to Github). You can copy these files instead of downloading them or running the machine learning models. To do this, copy the Github folder structure and data files as is. The folder (and data files) on Github exactly mirror the folder structure the R program creates.