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
Currently, DensityOutliersTransform, MedianOutliersTransform, PredictionIntervalOutliersTransform fail on new segments with some error. We want this error to be understandable like NotImplementedError in Sklearntransform.
Expected behavior
On new segments transforms fail with NotImplementedError.
There are tests on these transforms that check this error.