haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
6.01k stars 1.12k forks source link

Isolation Forest for anomaly detection #557

Closed rayeaster closed 3 years ago

rayeaster commented 4 years ago

Isolation Forest is useful algorithm in anomaly detection, low processing time and low memory footprint:

paper: https://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/icdm08b.pdf

reference implementation in Matlab by paper author: https://github.com/zhuye88/iForest

conquer66666 commented 4 years ago

please add the new feature,its usefull

haifengl commented 3 years ago

added