File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments