Outlier Removal in the dataset using Z-score method
Project description
Outlier Removal
A python package for implementation of outlier removal in the dataset using Z-score method.
The Z-score is the signed number of standard deviations by which the value of an observation or data point is above the mean value of what is being observed or measured. The intuition behind Z-score is to describe any data point by finding their relationship with the Standard Deviation and Mean of the group of data points. Z-score is finding the distribution of data where mean is 0 and standard deviation is 1 i.e. normal distribution. While calculating the Z-score we re-scale and center the data and look for data points which are too far from zero. These data points which are way too far from zero will be treated as the outliers. In most of the cases a threshold of 3 or -3 is used i.e if the Z-score value is greater than or less than 3 or -3 respectively, that data point will be identified as outliers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Outlier_Removal-Naman_Goyal-0.0.1.tar.gz
.
File metadata
- Download URL: Outlier_Removal-Naman_Goyal-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 351d3d31bd3cc46ca613779389c363452310feb2502163c74d0213c76d16d6ec |
|
MD5 | 284507c42076a46a4040430e82a46f62 |
|
BLAKE2b-256 | a3572c0c66140bc01e9942c4fbc973deae7104d578c4271631dfedd55e8bd570 |
File details
Details for the file Outlier_Removal_Naman_Goyal-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: Outlier_Removal_Naman_Goyal-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb24b4f3cd4c3ed7ec9eee7cd2d8f102a3efe9a0c31f82456c4bc46b91a67449 |
|
MD5 | 6b278b3b703a75ccc33199a402526b0e |
|
BLAKE2b-256 | b8263171a02e7e079e67325e3741c5bfe56690857c4eecb59d23577ea0902102 |