Metadata-Version: 2.1
Name: outlier_processing
Version: 0.0.2
Summary: Eliminate records with outliers using z score value
Home-page: https://github.com/pypa/sampleproject
Author: Keshav Bansal
Author-email: keshavbansal509@gmail.com
License: UNKNOWN
Description: Z-score is a metric defined as how many standard deviations the given data point is away from population mean. Data point is considered as outlier if its z value is greater than threshold value.
        
        z value = (x-Âµ)/Ïƒ
        
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
