Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTM V2 updates #145

Merged
merged 36 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2998577
HF Blog Notebook for PatchTSMixer
ajati Jan 10, 2024
c1d52b0
Merge branch 'main' of https://github.com/IBM/tsfm
ajati Jan 16, 2024
da70dda
add recursive prediction'
vijaye12ibm Sep 30, 2024
41ea3bc
add rolling predictions
vijaye12ibm Sep 30, 2024
dcf0c7b
remove pdfs
vijaye12ibm Sep 30, 2024
83c933d
Merge branch 'main' of https://github.com/IBM/tsfm
ajati Oct 1, 2024
c5ee416
ttm v2 notebooks
ajati Oct 4, 2024
34e5405
minor changes
vijaye12ibm Oct 7, 2024
307c75b
style checks
vijaye12ibm Oct 7, 2024
487c097
minor changes
vijaye12ibm Oct 8, 2024
b54ea5c
ruff
vijaye12ibm Oct 8, 2024
3998e6a
minor changes
vijaye12ibm Oct 8, 2024
800bda9
minor changes
vijaye12ibm Oct 8, 2024
9727c6c
ruff
vijaye12ibm Oct 8, 2024
4098961
ruff
vijaye12ibm Oct 8, 2024
c97c99f
minor changes
vijaye12 Oct 8, 2024
f2860a2
make style
wgifford Oct 8, 2024
cb96e7c
limit downloading, use fixture
wgifford Oct 8, 2024
95fb570
basic test for recursion
wgifford Oct 8, 2024
f543d40
minor updates, WIP
wgifford Oct 9, 2024
1eee426
notebooks updated with new links
ajati Oct 10, 2024
980dfc0
format
wgifford Oct 10, 2024
12b6714
more tests, exogenous recursive support
wgifford Oct 10, 2024
99c877d
updated notebook, docstrings
wgifford Oct 10, 2024
11d059e
type hints
wgifford Oct 10, 2024
35796f2
move fixtures
wgifford Oct 10, 2024
9f59595
logging import fix, add test
wgifford Oct 10, 2024
f637cc5
fix typo
wgifford Oct 15, 2024
98c28d8
context len used to control brrevision
ajati Oct 17, 2024
5a3a77e
add installation step in getting started to use it as the new tutoria…
ajati Oct 17, 2024
84a929e
update colab path
ajati Oct 17, 2024
e0d2b1f
ttm_revision for user to set
ajati Oct 17, 2024
be79d07
colab link branch changed to main
ajati Oct 17, 2024
54a43c1
Merge branch 'main' into ttm_v2_release
ajati Oct 17, 2024
c3db412
restore ttm_tutorial_with_ans
wgifford Oct 18, 2024
79566b3
format
wgifford Oct 18, 2024
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pip install ".[notebooks]"
- Getting started with `TinyTimeMixer (TTM)` [[Try it out]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)

## 📗 Google Colab Tutorials
Run the TTM tutorial in Google Colab, and quickly build a forecasting application with pre-trained TSFM models.
- [TTM Colab Tutorial](https://colab.research.google.com/github/IBM/tsfm/blob/main/notebooks/tutorial/ttm_tutorial.ipynb)
Run the TTM tutorial in Google Colab, and quickly build a forecasting application with the pre-trained TSFM models.
- [TTM Colab Tutorial](https://colab.research.google.com/github/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)

## 💻 Demos Installation
The demo presented at NeurIPS 2023 is available in `tsfmhfdemos`. This demo requires you to have pre-trained and finetuned models in place (we plan to release these at a later date). To install the requirements use `pip`:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hfdemo/patch_tsmixer_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hfdemo/patch_tsmixer_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
7 changes: 6 additions & 1 deletion notebooks/hfdemo/patch_tst_getting_started.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "7478e0e2-b7af-4fd4-b44e-ca58e0c31b71",
"metadata": {},
Expand Down Expand Up @@ -55,6 +56,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "9e4eb9be-c19f-448f-a4bd-c600e068633f",
"metadata": {},
Expand Down Expand Up @@ -283,6 +285,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ae939491-8813-44c9-bc3d-d1c6a5764cd4",
"metadata": {},
Expand Down Expand Up @@ -379,6 +382,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "19456329-1293-45bf-99c7-e5ccf0534846",
"metadata": {},
Expand Down Expand Up @@ -606,6 +610,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5b2e8f0a-8367-4c10-84bd-a72e8f21ccc4",
"metadata": {},
Expand Down Expand Up @@ -671,7 +676,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
Loading