Interactive Feature Interaction Networks for Tabular Model Interpretation.
Project description
Astrolabe
Astrolabe is a visual analytics system that reframes tabular model interpretation as an interactive feature relationship network. It bridges the gap between granular SHAP-based attributions and complex structural dependencies to uncover insights often missed by individual feature rankings.
This work is currently under review (VIS 2026 Short Paper).
Installation
git clone https://github.com/kyungjini/astrolabe
cd astrolabe
pip install .
Python: 3.10+
Quick start
import astrolabe
astro = astrolabe.model(df_X, df_y, task="regression")
astro.explore()
Save/load analysis objects:
astro.save("run.astrolabe")
reloaded = astrolabe.load("run.astrolabe")
API
astrolabe.model(df_X, df_y, task="regression", **kwargs)astrolabe.load_model(df_X, df_y, task="regression", model=..., **kwargs)astrolabe.load(path)astrolabe.config(...)
Main object methods:
Astrolabe.explore()Astrolabe.save(path)Astrolabe.plot(...)(optional plot-only helper)Astrolabe.status()Astrolabe.show_multicollinearity(threshold=0.7)
Citation
N/A
License
Apache License 2.0. See LICENSE.
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 astrolabe_vis-0.1.0.tar.gz.
File metadata
- Download URL: astrolabe_vis-0.1.0.tar.gz
- Upload date:
- Size: 63.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1560b1c69da6c46b09c3079b7dbcf94d7a564289dc234cd7d1a5eae5e436994
|
|
| MD5 |
0a064209e6fd149d83a75672f2b4503e
|
|
| BLAKE2b-256 |
d4358a46c125354ce6540fcdd350af226c818cb96208743abfab1997fa9fd478
|
File details
Details for the file astrolabe_vis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: astrolabe_vis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 65.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed0f5b32a3078f462d30a0ff1fc27aeb36a0b5916df40307acae74390d2c3a05
|
|
| MD5 |
83578424eb8771e966660aafd538525b
|
|
| BLAKE2b-256 |
8ce959948c6cdb43f51256278d067fb296c75e86e93e438652a1b67631b151ff
|