Skip to content

init

ts_shape ¤

ts-shape: Shape your timeseries data.

Common classes are re-exported at the top level so you can write::

from ts_shape import OutlierDetectionEvents, OEECalculator, to_event_log

Imports are lazy (PEP 562): import ts_shape stays cheap and a submodule is only imported the first time one of its names is accessed. Deep imports (from ts_shape.events.quality.outlier_detection import OutlierDetectionEvents) keep working unchanged.