CoolFace
17 results

autogluon

autogluon /fev_datasets Forecast evaluation datasets This repository contains time series datasets that can be used for evaluation of univariate & multivariate forecasting models. The main focus of this repository is on datasets that reflect real-world forecasting scenarios, such as those involving covariates, missing values, and other practical complexities. The datasets follow a format that is compatible with the fev package. Data format and usage Each dataset satisfies the following… See the full description on the dataset page: https://huggingface.co/datasets/autogluon/fev_datasets.tabulartime-series-forecasting100K<n<1M13 likes44k downloads8mo agoHugging Faceautogluon /chronos_datasets Chronos datasets Time series datasets used for training and evaluation of the Chronos forecasting models. Note that some Chronos datasets (ETTh, ETTm, brazilian_cities_temperature and spanish_energy_and_weather) that rely on a custom builder script are available in the companion repo autogluon/chronos_datasets_extra. See the paper for more information. Data format and usage The recommended way to use these datasets is via https://github.com/autogluon/fev. All datasets… See the full description on the dataset page: https://huggingface.co/datasets/autogluon/chronos_datasets.tabulartime-series-forecasting10M<n<100M76 likes33k downloads2y agoHugging Faceautogluon /chronos_datasets_extra Chronos datasets Time series datasets used for training and evaluation of the Chronos forecasting models. This repository contains scripts for constructing datasets that cannot be hosted in the main Chronos datasets repository due to license restrictions. Usage Datasets can be loaded using the 🤗 datasets library import datasets ds = datasets.load_dataset("autogluon/chronos_datasets_extra", "ETTh", split="train", trust_remote_code=True) ds.set_format("numpy") #… See the full description on the dataset page: https://huggingface.co/datasets/autogluon/chronos_datasets_extra.time-series-forecasting10 likes2.4k downloads2y agoHugging Faceanchovy /autogluon-chronos_datasets Chronos datasets Time series datasets used for training and evaluation of the Chronos forecasting models. Note that some Chronos datasets (ETTh, ETTm, brazilian_cities_temperature and spanish_energy_and_weather) that rely on a custom builder script are available in the companion repo autogluon/chronos_datasets_extra. See the paper for more information. Data format and usage All datasets satisfy the following high-level schema: Each dataset row corresponds to a single… See the full description on the dataset page: https://huggingface.co/datasets/anchovy/autogluon-chronos_datasets.time-series-forecasting1 likes731 downloads2y agoHugging Faceanchovy /autogluon-chronos_datasets_extra Chronos datasets Time series datasets used for training and evaluation of the Chronos forecasting models. This repository contains scripts for constructing datasets that cannot be hosted in the main Chronos datasets repository due to license restrictions. Usage Datasets can be loaded using the 🤗 datasets library import datasets ds = datasets.load_dataset("autogluon/chronos_datasets_extra", "ETTh", split="train", trust_remote_code=True) ds.set_format("numpy") #… See the full description on the dataset page: https://huggingface.co/datasets/anchovy/autogluon-chronos_datasets_extra.time-series-forecasting0 likes5 downloads2y agoHugging Facewendian02 /autogluon-nutrients-models0 likes1 downloads6mo agoHugging Face