This package contains the necessary modules for running the various scripts within the AutoDraft project. Namely:
api.py: Wrapper for the NHL's undocumented (mostly, shout-out to dword4) API.arima.py: Module for performing Auto-ARIMA modelling and predictions using pmdarima.gluonts.py: Module for performing DeepAR modelling and predictions; could be extended to any GluonTS model.visualization.py: Module for visualizing model output and performance, largely through leveraging Bokeh.