Skip to content

sahandha/iso_forest

 
 

Repository files navigation

iso_forest

This is a simple package implementation for the isolation forest method described (among other places) in this paper for detecting anomalies and outliers from a data point distribution.

Installation

pip install git+https://github.com/mgckind/iso_forest.git

It supports python2 and python3

Requirements

No extra requirements are needed, It also contains means to draw the trees created using the igraph library.

Use

See these 2 notebooks examples on how to use it

About

Simple implementation of Isolation Forest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%