Skip to content

Commit 1d3b454

Browse files
MatthewMiddlehurstpattplatt
authored andcommitted
decorator
1 parent 5fc6843 commit 1d3b454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aeon/anomaly_detection/whole_series/_outlier_detection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ def _predict(self, X):
3030
pred[pred == -1] = 0
3131
return pred
3232

33+
@classmethod
3334
def _get_test_params(cls, parameter_set="default"):
3435
return {"estimator": IsolationForest()}

0 commit comments

Comments
 (0)