datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
time-series-forecasting-datasetsmkdir -p dataset/ETT-small
mkdir -p dataset/electricity
mkdir -p dataset/traffic
mkdir -p dataset/weather
(
cd dataset
# -t 5: Retry up to 5 times on failure
# -nc: Skip download if file already exists (no-clobber)
# -q: Run quietly to suppress long logs (remove if not needed)
COMMON_ARGS="-t 5 -nc"
URL_PREFIX="https://huggingface.co/datasets/pkr7098/time-series-forecasting-datasets/blob/main"
wget $COMMON_ARGS $URL_PREFIX/ETTh1.csv &
wget $COMMON_ARGS… See the full description on the dataset page: https://huggingface.co/datasets/pkr7098/time-series-forecasting-datasets.time_series_forecastingstore-sales-time-series-forecasting
taken from this Kaggle competition:
Dataset Description
In this competition, you will predict sales for the thousands of product families sold at Favorita stores located in Ecuador. The training data includes dates, store and product information, whether that item was being promoted, as well as the sales numbers. Additional files include supplementary information that may be useful in building your models.
File Descriptions and Data Field Information… See the full description on the dataset page: https://huggingface.co/datasets/mrcksggcfc/store-sales-time-series-forecasting.multimodal-time-series-forecastingStore-Sales-Time-Series-Forecasting-result-0.45607
