aeon icon indicating copy to clipboard operation
aeon copied to clipboard

[ENH] Implement Extended Isolation Forest

Open SebastianSchmidl opened this issue 4 months ago • 0 comments

Describe the feature or idea you want to propose

The Extended Isolation Forest improves upon the Isolation Forest method.

Describe your proposed solution

Implement directly in aeon:

  • Paper: https://doi.org/10.1109/TKDE.2019.2947676
  • Code: https://github.com/sahandha/eif
  • Code (in TimeEval): https://github.com/TimeEval/TimeEval-algorithms/tree/main/eif

However, support semi-supervised as well as unsupervised usage similar to the PyODAdapter or KMeansAD

Describe alternatives you've considered, if relevant

No response

Additional context

No response

SebastianSchmidl avatar Sep 27 '24 14:09 SebastianSchmidl