yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.48k stars 1.36k forks source link

Deep Isolation Forest method implemented #506

Closed xuhongzuo closed 11 months ago

xuhongzuo commented 1 year ago

The latest isolation-based od model (DIF) has been implemented

Paper to DIF: https://ieeexplore.ieee.org/document/10108034
https://arxiv.org/abs/2206.06602

All Submissions Basics:

All Submissions Cores:

New Model Submissions: