[ENH] Add PyODAdapter-implementation for COPOD #2111
Labels
anomaly detection
Anomaly detection package
enhancement
New feature, improvement request or other non-bug code enhancement
interfacing algorithms
Interfacing existing algorithms/estimators for other packages
Describe the feature or idea you want to propose
The
PyODAdapter
in aeon allows us to use any outlier detector from PyOD, which were originally proposed for relational data, also for time series anomaly detection (TSAD). Not all detectors are equally well suited for TSAD, however. We want to represent the frequently used and competitive outlier detection techniques within theanomaly_detection
module of aeon directly.Implement the COPOD method using the
PyODAdapter
.Describe your proposed solution
aeon.anomaly_detection
for the methodPyODAdapter
as the parentExample for IsolationForest:
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: