Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ In addition, we provide code `dataset_evaluation.py` for evaluating time series
|
|
75 |
python ./scripts/UTSD/dataset_evaluation.py --root_path <dataset root path> --log_path <output log path>
|
76 |
```
|
77 |
|
78 |
-
## Dataset
|
79 |
|
80 |
We analyze each dataset, examining the time series through the lenses of stationarity and forecastability to allow us to characterize the level of complexity inherent to each dataset.
|
81 |
|
|
|
75 |
python ./scripts/UTSD/dataset_evaluation.py --root_path <dataset root path> --log_path <output log path>
|
76 |
```
|
77 |
|
78 |
+
## Dataset Description
|
79 |
|
80 |
We analyze each dataset, examining the time series through the lenses of stationarity and forecastability to allow us to characterize the level of complexity inherent to each dataset.
|
81 |
|