arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.06k stars 143 forks source link

Retrieve informations Pipeline [QUESTION] #138

Open julienjta opened 2 years ago

julienjta commented 2 years ago

Hello, I'd like to know if it was possible to retrieve the different parameters calculated by a pipeline? For example my pipeline is composed by a ClassicSeasonalDecomposition transformer and an InterQuartileAD detector. After fitting the model, I'd like to retrieve the pattern calculated and the value of abslow and abs_high. It seems that we can do it using the two models separately but not when we use them through a pipeline.

Thank you in advance!