Class | Description |
---|---|
IsolationForest |
Implements the isolation forest method for anomaly detection.
Note that this classifier is designed for anomaly detection, it is not designed for solving two-class or multi-class classification problems! The data is expected to have have a class attribute with one or two values, which is ignored at training time. |