Skip to content

carlomazzaferro/scikit-hts-examples

Repository files navigation

CI

carlomazzaferro

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:

  • make
  • python3.7, pip3 and virtualenv available 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

About

Example usage of scikit-hts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages