Data module
This module contains functionality to dynamically load data when executing a pipeline or workflow. It can be imported as follows:
>>> from dtaianomaly import data
Custom data loaders can be implemented by extending LazyDataLoader.
Base objects
|
Class for time series datasets. |
|
A lazy dataloader for anomaly detection workflows. |
|
Data loader from disk. |
Available data loaders
|
A data loader object to load the demonstration time series. |
|
Lazy dataloader for the UCR suite of anomaly detection data sets [39]. |
|
A data loader for loading custom data. |
Available functions
|
Load all PathDataLoaders in a given path. |
Generate the demonstration time series. |