Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 3.62 KB

index.rst

File metadata and controls

88 lines (65 loc) · 3.62 KB

Isolation-based Outlier Detection

This is the documentation page for the isotree Python package, which provides Isolation Forest models for outlier/anomaly detection and other purposes. See project's GitHub for more details:

https://www.github.com/david-cortes/isotree

For the R version, see the CRAN webpage:

https://cran.r-project.org/web/packages/isotree/index.html

Installation

The Python version of this package can be easily installed from PyPI :

pip install isotree

(See the GitHub page for more details, esp. section "Reducing library size and compilation times")

Note that it is only available in source form (not in binary wheel form), which means you will need a toolchain for compiling C++ source code (e.g. GCC in linux, msys2 that comes with anaconda on windows, clang in mac).

Introduction to the library and methods

Quick example notebooks

Methods

IsolationForest

isotree

Indices and tables

  • genindex
  • modindex
  • search