You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add the extended isolation forest (EIF) variation of the algorithm to this library. However, I do not have plans to do this in the near term.
If someone wants to contribute an implementation, I'd be happy to review a short tech spec doc (likely best to align on what changes will be made before starting coding) and subsequent PRs. To have it accepted, we'd need to make sure it meets the standard of quality of the existing library, including:
Follows the style and structure of the existing library. Reuses and/or extends existing code in an elegant way.
Has comprehensive unit tests.
Has comprehensive validation on open datasets that match the results in the paper.
Is well documented.
It would also be nice to include ONNX export capability for the EIF (like we have for the IF in this library), but this could be a nice to have.
https://arxiv.org/abs/1811.02141
The text was updated successfully, but these errors were encountered: