Skip to content

Commit

Permalink
Add SAD to the list of ignored estimators upon testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Oct 31, 2023
1 parent fc44950 commit fd461e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions river/test_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd461e9

Please sign in to comment.