Skip to content

Commit b39a144

Browse files
fix: add multithreading capability tag to LOF (#2389)
1 parent 05097f5 commit b39a144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aeon/anomaly_detection/_lof.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class LOF(PyODAdapter):
8686
"capability:multivariate": True,
8787
"capability:univariate": True,
8888
"capability:missing_values": False,
89+
"capability:multithreading": True,
8990
"fit_is_empty": False,
9091
"python_dependencies": ["pyod"],
9192
}

0 commit comments

Comments
 (0)