diff --git a/river/test_estimators.py b/river/test_estimators.py index 18aacf32f2..5cc1ab499b 100644 --- a/river/test_estimators.py +++ b/river/test_estimators.py @@ -54,6 +54,7 @@ def iter_estimators_which_can_be_tested(): River2SKLBase, SKL2RiverBase, anomaly.LocalOutlierFactor, # needs warm-start to work correctly + anomaly.StandardAbsoluteDeviation, # SAD only works with data points as dictionaries with length 1. compose.FuncTransformer, compose.Grouper, compose.Pipeline,