Skip to main content

Outlier detection

Project description

A Python package to detect outliers in a dataset

Outlyzer: A Python library for outlier detection

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.

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

Outlyzer-0.0.2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Outlyzer-0.0.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file Outlyzer-0.0.2.tar.gz.

File metadata

  • Download URL: Outlyzer-0.0.2.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.8

File hashes

Hashes for Outlyzer-0.0.2.tar.gz
Algorithm Hash digest
SHA256 82bd047523cefd1ac7a2c8a69269d6671fcf3939d0cc9218fca1dc5f602599a4
MD5 b5a5f3893b5444b981ae0b75b1519857
BLAKE2b-256 075aa5fdeee69084434649cd08c5eb3fd330ebc3ad0ac4cd265dc08273bd870e

See more details on using hashes here.

File details

Details for the file Outlyzer-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: Outlyzer-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.8

File hashes

Hashes for Outlyzer-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 101eb0660dca42d94f88e4258d373b34c875afe0c6b16df91cbc5b69c0c14b25
MD5 8b9e5e39a2b007f3d008901806673cfb
BLAKE2b-256 2b7c51365a487ab9f26cf82b34447702c4f597f1a1dcfc8e0be0ec9e3c39c31d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page