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
While looking at a special case, I found outlier detection is not deterministic. In the code below, asmodee is applied 100 times to the same time series, but only a fraction of the trials finds outliers. (Actually none should, see #36.) This fraction itself varied substantially between runs.
This likely due to the way model selection is performed.
While looking at a special case, I found outlier detection is not deterministic. In the code below,
asmodee
is applied 100 times to the same time series, but only a fraction of the trials finds outliers. (Actually none should, see #36.) This fraction itself varied substantially between runs.This likely due to the way model selection is performed.
Code:
Output:
(The percentage will vary from run to run)
The text was updated successfully, but these errors were encountered: