Exploratory Rendering ENgine: target-aware tabular EDA and visualization
Project description
Visea — Visual Insights for Tabular EDA
Bu depo, PyPI’ye yüklenebilir “visea” kütüphanesinin kaynak kodunu içerir. Amaç: tabular veri setlerinde hedef odaklı keşif (EDA), otomatik istatistiksel özetler ve görselleştirme ile tek dosya HTML rapor üretimi.
Hızlı Başlangıç
-
Python 3.10+
-
Yerel kurulum:
pip install -e .
-
Kullanım (Python API):
from visea import analyze report = analyze(df, target="y", task="auto") report.to_html("report.html")
-
CLI:
visea report --csv data.csv --target y --out report.html
Önemli Dosyalar
- visea/analyze.py: Ana giriş noktası (
analyze) - visea/report.py: HTML rapor oluşturucu
- visea/stats.py: Özet istatistikler ve testler
- visea/assoc.py: Hedef ilişkileri ve metrikler
- visea/plots.py: Matplotlib/Seaborn grafikler
- visea/typing.py: Tip çıkarım heuristikleri
- visea/cli.py: Komut satırı aracı
Örnek
- examples/quickstart.py — sentetik veri ile örnek rapor üretimi
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
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 visea-0.1.0.tar.gz.
File metadata
- Download URL: visea-0.1.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f661a0750b2c44df1112c132d63007a20e1373ec3a712ac2600dbe1b6d82c92
|
|
| MD5 |
3ad4fe603f4f19a3a521bc6464c4c358
|
|
| BLAKE2b-256 |
088f8a3ac052e7db97a9eabcf970a97dd854c021ef2b25f716c2987830144a22
|
File details
Details for the file visea-0.1.0-py3-none-any.whl.
File metadata
- Download URL: visea-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74c0866b7793f56692ce7eae6b6e335d8d7cddb3ebf98101aee0b53f6356906
|
|
| MD5 |
39e7c687c8529c9b0b38e35cc9f25ea4
|
|
| BLAKE2b-256 |
d3af61e75b196903a3bab6cee20067b439dca0d52e16f00f3b4c54e94e151ab4
|