Skip to content

Commit

Permalink
fix: add multithreading capability tag to LOF (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchmidl authored Nov 25, 2024
1 parent 05097f5 commit b39a144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeon/anomaly_detection/_lof.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class LOF(PyODAdapter):
"capability:multivariate": True,
"capability:univariate": True,
"capability:missing_values": False,
"capability:multithreading": True,
"fit_is_empty": False,
"python_dependencies": ["pyod"],
}
Expand Down

0 comments on commit b39a144

Please sign in to comment.