Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 466 Bytes

File metadata and controls

executable file
·
18 lines (13 loc) · 466 Bytes

This secondary data repository hosts precomputed time series datasets and benchmark results for our main repository, dysts.

Installation

Clone the repository and install:

git clone https://github.com/williamgilpin/dysts_data.git
cd dysts_data
pip install -e .

Usage

from dysts_data.datasets import load_dataset
data = load_dataset(subsets="train", data_format="numpy", standardize=True)