This dataset is a derived version of Salesforce/GiftEvalPretrain, the pre-training dataset aligned with the GIFT-Eval benchmark for time series foundation models.
from datasets import load_dataset
dataset = load_dataset("theforecastingcompany/GiftEvalPretrain", "m1_yearly")
If you use this dataset, please cite the original GIFT-Eval paper.
Apache 2.0 (same as the original).
This dataset is a derived version of Salesforce/GiftEvalPretrain, the pre-training dataset aligned with the GIFT-Eval benchmark for time series foundation models.
from datasets import load_dataset
dataset = load_dataset("theforecastingcompany/GiftEvalPretrain", "m1_yearly")
If you use this dataset, please cite the original GIFT-Eval paper.
Apache 2.0 (same as the original).