Metadata-Version: 2.1
Name: detectorusoutlierus
Version: 0.0.1
Summary: Small package created for detecting outliers
Author-email: Artorius <Artorius.81@yandex.ru>
Project-URL: Homepage, https://github.com/Artorius81
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<h1>detectorusoutlierus</h1>

<h4>Small package created for detecting outliers.</h4>

**Usage:**
* *<h5>install the package</h5>*
* *"detect_outlier_mean_std"* - by mean and standard deviation. Takes column as a parameter
* *"detect_outlier_kvart"* - by kvartile. Takes column as a parameter
* *"detect_outlier_dbscan"* - with DBSCAN (clusterization). Takes two columns as a parameters
* *"detect_outlier_shovene"* - by Shovene method. Takes column as a parameter
