Metadata-Version: 2.1
Name: ioutliers
Version: 0.1.1
Summary: Package to easily detect or remove potential outliers
Home-page: https://gitlab.com/i19/outliers
Author: ira
Author-email: ira.saktor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: rrcf
Requires-Dist: sklearn
Requires-Dist: idfops

# Outliers

Package for easy to use outlier detection and removal using robust random cuts forest. RRCF implementation is based on https://github.com/kLabUM/rrcf.

