This repository contains a set of scripts to make machine learning predictions for the Stanley Cup Playoffs. There is an associated blog post here. The process is split to five separate R Markdown documents for:
A Makefile is also included to compile all four documents. And if one of the source files is modified, to repeat only the affected parts of the analysis.
In principle one can reproduce the entire analysis simply by running make
.
However, please note that by default the data scraping will take more than 3.5
days to complete, and more feasible options are listed in the scraping document.