⚠️There's a newer version (0.6.1-1) of this package.Take me there.
isotree (version 0.5.14)
Isolation-Based Outlier Detection
Description
Fast and multi-threaded implementation of
isolation forest (Liu, Ting, Zhou (2008) ),
extended isolation forest (Hariri, Kind, Brunner (2018) ),
SCiForest (Liu, Ting, Zhou (2010) ),
fair-cut forest (Cortes (2021) ),
robust random-cut forest (Guha, Mishra, Roy, Schrijvers (2016) ),
and customizable variations of them, for isolation-based outlier detection, clustered outlier detection,
distance or similarity approximation (Cortes (2019) ),
isolation kernel calculation (Ting, Zhu, Zhou (2018) ),
and imputation of missing values (Cortes (2019) ),
based on random or guided decision tree splitting, and providing different metrics for
scoring anomalies based on isolation depth or density (Cortes (2021) ).
Provides simple heuristics for fitting the model to categorical columns and handling missing data,
and offers options for varying between random and guided splits, and for using different splitting criteria.