You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ Set up logging to get more information from the package.
47
47
#### Using [`TimeBasedCesnetDataset`](reference_time_based_cesnet_dataset.md#cesnet_tszoo.datasets.time_based_cesnet_dataset.TimeBasedCesnetDataset) dataset
48
48
```python
49
49
from cesnet_tszoo.datasets importCESNET_TimeSeries24
50
-
from cesnet_tszoo.utils.enums import SourceType, AgreggationType
50
+
from cesnet_tszoo.utils.enums import SourceType, AgreggationType, DatasetType
#### Using [`DisjointTimeBasedCesnetDataset`](reference_disjoint_time_based_cesnet_dataset.md#cesnet_tszoo.datasets.disjoint_time_based_cesnet_dataset.DisjointTimeBasedCesnetDataset) dataset
72
72
```python
73
73
from cesnet_tszoo.datasets importCESNET_TimeSeries24
74
-
from cesnet_tszoo.utils.enums import SourceType, AgreggationType
74
+
from cesnet_tszoo.utils.enums import SourceType, AgreggationType, DatasetType
75
75
from cesnet_tszoo.configs import DisjointTimeBasedConfig
#### Using [`SeriesBasedCesnetDataset`](reference_series_based_cesnet_dataset.md#cesnet_tszoo.datasets.series_based_cesnet_dataset.SeriesBasedCesnetDataset) dataset
98
98
```python
99
99
from cesnet_tszoo.datasets importCESNET_TimeSeries24
100
-
from cesnet_tszoo.utils.enums import SourceType, AgreggationType
100
+
from cesnet_tszoo.utils.enums import SourceType, AgreggationType, DatasetType
101
101
from cesnet_tszoo.configs import SeriesBasedConfig
0 commit comments