Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/_book
destination_dir: dev
destination_dir: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
942 changes: 911 additions & 31 deletions notebooks/part1/01_naive.ipynb

Large diffs are not rendered by default.

2,069 changes: 2,011 additions & 58 deletions notebooks/part1/02_components_and_diff.ipynb

Large diffs are not rendered by default.

1,233 changes: 1,196 additions & 37 deletions notebooks/part1/03_ets_and_ar.ipynb

Large diffs are not rendered by default.

353 changes: 319 additions & 34 deletions notebooks/part1/04_metricas.ipynb

Large diffs are not rendered by default.

1,486 changes: 1,434 additions & 52 deletions notebooks/part2/01_exog_variables.ipynb

Large diffs are not rendered by default.

1,048 changes: 1,005 additions & 43 deletions notebooks/part2/02_ml_models.ipynb

Large diffs are not rendered by default.

3,039 changes: 2,942 additions & 97 deletions notebooks/part2/03_panel_data.ipynb

Large diffs are not rendered by default.

Loading