Individual Consistency eXplorer is a Python package that launches an interactive Streamlit dashboard for exploring the individual fairness for individual classifications.
Project description
Individual Consistency Explorer is a Python package that launches an interactive Streamlit dashboard for exploring the individual fairness for individual classifications.
This package implements the functionality described in a submission to ECAI Demo Track 2025.
📦 Installation
pip install ice_py_dash
Basic Usage
from ice_py_dash import dashboard
Run with default settings (uses built-in 'adult.csv' dataset)
dashboard.run()
Or provide custom parameters
dashboard.run( filepath="path/to/your/data.csv", # Path to your CSV file y="target_column_name", # Name of the target column (default: "y") positive="positive_label" # Value considered the 'positive' class (default: 1) )
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
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 icx-0.0.1.tar.gz.
File metadata
- Download URL: icx-0.0.1.tar.gz
- Upload date:
- Size: 426.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
678802677db3671c906aa392eab7b264709c621d59d5dc50f15090d15ff7c1de
|
|
| MD5 |
53de9d61ecf44389df2148dc7cc7ddb5
|
|
| BLAKE2b-256 |
e4f2a11788d5d3363fa214e92e2c32b034eedece59011bf4e3d83e7186d30eec
|
File details
Details for the file icx-0.0.1-py3-none-any.whl.
File metadata
- Download URL: icx-0.0.1-py3-none-any.whl
- Upload date:
- Size: 451.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d36ed7c1f27e3c11a11ddaa0ebd6d4b4a4c662f086d5eda4ccda87e677f2aa7
|
|
| MD5 |
dcf04c339cbbfa17013a7568d0d4a918
|
|
| BLAKE2b-256 |
7e6a85b82af26732fe03b6234edcf5a8119f73ad850f1e12a7fce9af089ac706
|