You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know how to read my dataset in with PandasDataset.from_long_dataframe as a long dataframe (with an additional variable to id the time series) or as a wide dataset (see screenshots) and I can split into training and testing as shown here https://ts.gluon.ai/stable/tutorials/data_manipulation/dataset_splitting_example.html but the resulting dataset is not quite in the format i need it to run the notebook code on it
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a dataset of multiple univariate time series. I want to adapt this notebook https://colab.research.google.com/drive/1uvTmh-pe1zO5TeaaRVDdoEWJ5dFDI-pA?usp=sharing from huggingface (https://huggingface.co/time-series-foundation-models/Lag-Llama) which uses the m4_weekly dataset. The dataset is read in via
get_dataset
into a gluonts.dataset.common.TrainDatasetsI know how to read my dataset in with
PandasDataset.from_long_dataframe
as a long dataframe (with an additional variable to id the time series) or as a wide dataset (see screenshots) and I can split into training and testing as shown here https://ts.gluon.ai/stable/tutorials/data_manipulation/dataset_splitting_example.html but the resulting dataset is not quite in the format i need it to run the notebook code on itconversely, with this code
I can put one series into the correct format, but only one.
Beta Was this translation helpful? Give feedback.
All reactions