Skip to content

Commit b5b4979

Browse files
committed
Docs: Updated README
1 parent f0efcd0 commit b5b4979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The goal of `cesnet-tszoo` project is to provide time series datasets with usefu
1414
- Data can be split into train/val/test sets. Split can be done by time series or by time periods.
1515
- Transforming of data with built-in transformers or with custom transformers.
1616
- Handling missing values built-in fillers or with custom fillers.
17+
- Applying custom handlers.
18+
- Changing order of when are preprocesses applied/fitted
1719
- Creation and import of benchmarks, for easy reproducibility of experiments.
1820
- Creation and import of annotations. Can create annotations for specific time series, specific time or specific time in specific time series.
1921

@@ -60,6 +62,8 @@ If you use CESNET TS-Zoo, please cite our paper:
6062

6163
## Examples
6264

65+
For detailed examples refer to [`Tutorial notebooks`](https://github.com/CESNET/cesnet-ts-zoo-tutorials)
66+
6367
### Initialize dataset to create train, validation, and test dataframes
6468

6569
#### Using [`TimeBasedCesnetDataset`](https://cesnet.github.io/cesnet-tszoo/reference_time_based_cesnet_dataset/) dataset

0 commit comments

Comments
 (0)