Metadata-Version: 2.4
Name: outlierx
Version: 0.1.0
Summary: Lightweight outlier detection using IQR, Z-score, and Quantile methods
Author-email: Adil <adilaziz2013@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# OutlierX 📊

A simple Python package to detect outliers using:

- IQR Method
- Z-score (custom threshold)
- Quantile-based detection

## Installation
```bash
pip install outlierx
