Classes
STLTransform(in_column, period[, model, ...])
STLTransform
Transform that uses statsmodels.tsa.seasonal.STL to subtract season and trend from the data.
statsmodels.tsa.seasonal.STL
_OneSegmentSTLTransform(in_column, period[, ...])
_OneSegmentSTLTransform
Init _OneSegmentSTLTransform.