scikit-hts-examples
scikit-hts-examples copied to clipboard
Example usage of scikit-hts
trafficstars
CI
Docker Image
Scikit-hts examples
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.
Installation
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
Install required and optional dependencies
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
Docker
Simply:
$ docker run carlomazzaferro/scikit-hts-examples:0.5.4