CI
Docker Image
The scaffolding for this project was based on cookiecutter data science and it contains code related to scikit-hts
Namely, you'll find usage examples and some utility code for generating datasets.
If you wish to get the notebooks up and running with a single command, look at the docker section below
Requirements:
makepython3.7,pip3andvirtualenvavailable in the system's path
all dependencies at once
$ make install-allbase dependencies only
$ make installbase + geo dependencies
$ make install-geobase + auto arima dependencies
$ make install-auto-arimabase + auto prophet dependencies
$ make install-prophetAnd then, run
$ source venv/bin activate
$ jupyter lab Simply:
$ docker run carlomazzaferro/scikit-hts-examples:0.5.4