Outlier detection
Project description
Outlyzer -A Python package to detect outliers in a dataset
Outlyzer is a Python library that provides various methods for detecting outliers in a dataset. It includes implementation of Z-score, IQR, and Mahalanobis distance methods for identifying outliers, as well as visualization-based methods using scatter plots, box plots, and other types of visualizations.
Installation
You can install Outlyzer using pip:
pip install outlyzer
Usage:
- Import the desired method from the library, e.g.:
from Outlyzer.zscore import detect_outliers_zscore
from Outlyzer.iqr import detect_outliers_iqr
- Pass your dataset or data series to the respective function, e.g.:
outliers_zscore = detect_outliers_zscore(data)
outliers_iqr = detect_outliers_iqr(data)
The functions will return a boolean array indicating whether each data point is an outlier (True) or not (False).
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Outlyzer-0.0.4.tar.gz.
File metadata
- Download URL: Outlyzer-0.0.4.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddcfe16bab76eb39cba858cb95afa05ea210823e327be0a967105ffc5c24b01d
|
|
| MD5 |
43d9eb242eebaf7da26fba96b4351230
|
|
| BLAKE2b-256 |
af5e03bd34edf150d4f9a8793d46079391829edff7c11fdf34b3a8a7efbeaa75
|
File details
Details for the file Outlyzer-0.0.4-py3-none-any.whl.
File metadata
- Download URL: Outlyzer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a50a57bd5ae07b766b015c623646d5901a912b457ef042973da8fc80dd7cc8f
|
|
| MD5 |
5d91cbbf508b8ffc3e1a2c29522cafd1
|
|
| BLAKE2b-256 |
6c20a7d45ee0806e06ffac3dcc639e92c14ab19d8d6b0e227eeeb50685d43428
|