yaEDA: Yet Another EDA 🚀
yaEDA (Yet Another EDA) is an automated exploratory data analysis, feature intelligence, and model error diagnostics engine built for competitive tabular data science and machine learning.
Features
- Golden Feature Ranking: Combines tree MDI, out-of-sample permutation drop, and Mutual Information into a composite rank score.
- Partial Dependence & ICE Curves: Evaluates individual non-linear response curves across primary predictors.
- Arithmetic Synergy Engine: Evaluates combinations ($A \times B$, $A / B$, $A \pm B$) to identify feature interactions exceeding baseline performance.
- KMeans & PCA Clustering: Identifies distinct clusters and measures target alignment using mutual information.
- Model Error Diagnostics: Partitions false positive/negative cohorts and residual tails with global beeswarms and local SHAP waterfall plots.
- Self-Contained Dashboard: Exports standalone HTML reports with zero runtime dependencies.
Installation
# Core package
$ pip install yaeda
# With SHAP support
$ pip install "yaeda[shap]"
# With PDF export (WeasyPrint)
$ pip install "yaeda[pdf]"
Using uv:
$ uv add yaeda --extra shap
Quickstart
import pandas as pd
from yaeda import TabularEDA
df = pd.read_csv("train.csv")
eda = TabularEDA(
df=df,
target="target_col",
target_type="classification",
)
# Generate offline HTML dashboard
eda.to_html("report.html")
# Export structured intelligence as JSON
eda.to_json("metadata.json")
Development Setup
# Clone the repository
git clone [https://github.com/your-username/yaEDA.git](https://github.com/your-username/yaEDA.git)
cd yaEDA
# Create virtual environment and sync dependencies using uv
uv sync --extra dev --extra all
# Run test suite
uv run pytest
# Run linting
uv run ruff check .
Release files for yaeda 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yaeda-0.1.0.tar.gz | 222.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yaeda-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 281.1 kB
Release files / yaeda-0.1.0.tar.gz
| Download URL | yaeda-0.1.0.tar.gz |
|---|---|
| Size | 222.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20633ee09a562d532d973fb13cab3ec7b4ca7db95b0a45432613e9db0787c25b
|
|
BLAKE2b-256 checksum How to use checksums |
c41bc6dc6ed28afa6e541344016c91fbb2be0ff3d292506e5367614bebaffd44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency logRelease files / yaeda-0.1.0-py3-none-any.whl
| Download URL | yaeda-0.1.0-py3-none-any.whl |
|---|---|
| Size | 59.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69432deab5081659c019dea3a23d750cf4b3d0377d263ed8bf076317b12414e3
|
|
BLAKE2b-256 checksum How to use checksums |
6bd2171344e1f53c0e76e6fbc375451b4b9a81410e6f5a3c1dbcf484faa3b67d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency log