Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Exchange Rate Dataset

Part of the TS Arena benchmarking suite for time-series foundation models.

Description

Daily exchange rates of 8 countries (1990-2016)

Statistics

  • Total samples: 7588
  • Features: 8
  • Train samples: 5311
  • Validation samples: 759
  • Test samples: 1518
  • Frequency: 1 day

Preprocessing

  • Standard normalization (zero mean, unit variance)
  • Scaler fitted on training data only
  • Train/Val/Test split: 70%/10%/20%

Usage

from datasets import load_dataset

# Load a specific split
train = load_dataset("ts-arena/exchange_rate", split="train")
val = load_dataset("ts-arena/exchange_rate", split="validation")
test = load_dataset("ts-arena/exchange_rate", split="test")

Source

Autoformer Dataset Collection

License

MIT

Downloads last month
56