Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 264 Bytes

Machine Learning for Time Series

This repository is the Jupyter Book version of my HDR thesis.

The commands used to build / upload it are as follows:

jupyter-book build .
ghp-import -n -p -f _site

and to serve it locally:

make serve