Skip to content

Commit 71d70a7

Browse files
committed
[DOC] - Tutorial on long-horizon forecasting (#249)
1 parent 1bd6b2c commit 71d70a7

File tree

3 files changed

+351
-3
lines changed

3 files changed

+351
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cache-environment: true
8484

8585
- name: Install pip requirements
86-
run: pip install ./
86+
run: pip install -e ".[dev]"
8787

8888
- name: Run tests
8989
run: nbdev_test --skip_file_glob "*distributed*"

nbs/docs/tutorials/12_longhorizon.ipynb

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
with open("README.md", "r", encoding="utf8") as fh:
44
long_description = fh.read()
55

6-
dev = ["black", "nbdev", "plotly", "python-dotenv", "statsforecast"]
7-
distributed = ["dask", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"]
6+
dev = ["black", "nbdev", "plotly", "python-dotenv", "statsforecast", "datasetsforecast"]
7+
distributed = ["dask[dataframe]", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"]
88
plotting = ["utilsforecast[plotting]>=0.0.5"]
99
date_extras = ["holidays"]
1010

0 commit comments

Comments
 (0)