paulwetzel / odl

Python package for detecting outlier within multidimensional data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outlier detection library

Python package for detecting outlier within multidimensional numerical data, supporting a variety of algorithms such as Z-score, IWR, Isolation forest, Tukeys fence and Mahalanobis distance.

What should this programm do?

Odlib is intented to be foremost an outlier detection function, the user inserts an array of values and get's two arrays as a return, one which includes the main group, and one that only includes outliers that are not detected to be part of the main bulk of data.

About

Python package for detecting outlier within multidimensional data

License:GNU General Public License v3.0


Languages

Language:C 62.0%Language:Python 38.0%