https://github.com/unit8co/darts
Raw File
Tip revision: 9d675d9aa1a5a7b285c6cd8b5ec34cd33b640395 authored by madtoinou on 09 November 2022, 14:48:14 UTC
first version of the automatic hierachy, takes a long format df and pivot it to have all the sub-series in a single TimeSeries. only handle hierarchy of degree 1 at the moment
Tip revision: 9d675d9
.gitignore
.idea
.vscode
*.pyc
docs/build
docs/source/examples
docs/source/userguide/
docs/source/quickstart/
docs/source/README.rst
docs/source/generated_api
darts.egg-info/
build/
dist/
examples/.ipynb_checkpoints/
runs/
.coverage
htmlcov
coverage.xml
.darts
docs_env
.DS_Store
.gradle

# used by CI to build with latest versions of dependencies
requirements-latest.txt
back to top