Mor-Li commited on
Commit
652699f
·
1 Parent(s): b26fbc7

[Docs] Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -14
README.md CHANGED
@@ -488,17 +488,4 @@ The dataset is organized into distinct configurations based on different time se
488
  - **longdistance**: Synthetic time series data from Dataset_generated_longdistance with columns: Feature1, date
489
  - **noise**: Synthetic time series data from Dataset_generated_noise with columns: Feature1, date
490
  - **period**: Synthetic time series data from Dataset_generated_period with columns: Feature1, date
491
- - **trend**: Synthetic time series data from Dataset_generated_trend with columns: Feature1, date
492
-
493
- ## Usage
494
-
495
- ```python
496
- from datasets import load_dataset
497
-
498
- # Load a specific configuration
499
- dataset = load_dataset("your-username/syntsbench", "anomaly_struct0")
500
-
501
- # Load multiple configurations
502
- configs = ["anomaly_struct0", "trend_struct0", "noise_struct0"]
503
- datasets = {config: load_dataset("your-username/syntsbench", config) for config in configs}
504
- ```
 
488
  - **longdistance**: Synthetic time series data from Dataset_generated_longdistance with columns: Feature1, date
489
  - **noise**: Synthetic time series data from Dataset_generated_noise with columns: Feature1, date
490
  - **period**: Synthetic time series data from Dataset_generated_period with columns: Feature1, date
491
+ - **trend**: Synthetic time series data from Dataset_generated_trend with columns: Feature1, date