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:
make
python3.7
,pip3
andvirtualenv
available in the system's path
all dependencies at once
$ make install-all
base dependencies only
$ make install
base + geo dependencies
$ make install-geo
base + auto arima dependencies
$ make install-auto-arima
base + auto prophet dependencies
$ make install-prophet
And then, run
$ source venv/bin activate
$ jupyter lab
Simply:
$ docker run carlomazzaferro/scikit-hts-examples:0.5.4