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

PatchTSMixer tutorial broken. ForecastDFDataset API change #2120

Open
emanuelshalev opened this issue Jun 1, 2024 · 3 comments
Open

PatchTSMixer tutorial broken. ForecastDFDataset API change #2120

emanuelshalev opened this issue Jun 1, 2024 · 3 comments

Comments

@emanuelshalev
Copy link

in the tutorial this is how ForecastDFDataset is used:

train_dataset = ForecastDFDataset(
time_series_processor.preprocess(train_data),
id_columns=id_columns,
timestamp_column="date",
input_columns=forecast_columns,
output_columns=forecast_columns,

context_length=context_length,
prediction_length=forecast_horizon,
)

but input_columns and output_columns are no longer valid parameters. What is the correct usage?

@vijaye12
Copy link

vijaye12 commented Jun 4, 2024

We have deprecated ForecastDataset API and using TSP for dataset generation.

you can check the example here https://colab.research.google.com/github/IBM/tsfm/blob/tutorial/notebooks/tutorial/ttm_tutorial.ipynb

Also, you can also try using TTM (which is an advanced version of PatchTSMixer). Here is the model card https://huggingface.co/ibm-granite/granite-timeseries-ttm-v1

@millen11
Copy link

I am trying to use the regular PatchTST model per this documentation :https://huggingface.co/blog/patchtst. I run into the same problems as the original issue and have tried the links provided as a solution, however that had more issues. Any insight on a fix?

@osanseviero
Copy link
Contributor

cc @kashif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants