Outlier Detection
Project description
It takes the dataframe and returns the outliers and other outliers related stats
Installation pip install detect-outliers
How to use it?
This class will initialize Pandas Data frame
from EdaFirstPhase.eda import EDA
get_outliers_report() –> This method will print the outliers report
from EdaFirstPhase.eda import EDA
data = EDA(data=”train_data”,”y”,path = “/”)
You need to pass data=”train_data”,”y”,path = “/”
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
Close
Hashes for outliers_detection-0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3753c891ed8da0fcae952cba2ef3a0d5135ba300ff1a2a5afd339fea0de57ccb |
|
MD5 | 33654164916b43878bfeb8e5983f7e27 |
|
BLAKE2b-256 | 049e9a6b2eee5b4bf3031a1dcabe489dee379568e49e8567dc93e7497904af5e |