v0.3.0 — Multi-Feature Fairness Auditing & Representation Diagnostics #78
Khanz9664
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TrustLens v0.3.0: The Multi-Feature Fairness & Representation Update
We are excited to announce the release of TrustLens v0.3.0! 🚀
This update marks a major milestone in our mission to make model reliability diagnostics more accessible and high-resolution. v0.3.0 introduces a powerful orchestration layer for fairness diagnostics, advanced latent space visualizations, and a new engine for comparative model auditing.
🌟 Highlights
⚖️ Multi-Feature Fairness Diagnostics
TrustLens now supports high-resolution fairness auditing across multiple sensitive features simultaneously. The
TrustReport.plot_bias()API has been upgraded with an opt-inmulti_featuremode that generates independent diagnostics for every demographic group in your dataset (e.g., Age, Gender, Ethnicity) in a single call."subgroup","equalized_odds", and"gap"modes across all features.🌌 Deep Representation Analysis
Go beyond class-level metrics with our new representation diagnostic tools. We've introduced 2D embedding projections and separability scoring to help you visualize why your model might be struggling.
🤖 Model Comparison & Pattern Detection
Compare models head-to-head with the new
trustlens.compareAPI. Identify "Calibration Drift" and "Confidently Wrong" patterns to surface high-level semantic risks that simple accuracy scores often hide.🛠 What's New?
Added
TrustReport.plot_bias(multi_feature=True)for parallel feature analysis.plot_embedding_2dwith automatic dimensionality reduction.embedding_separabilityand enhancedequalized_odds()validation.trustlens.comparefor multi-model benchmarking.Improved
🤝 Contributors
A huge thank you to the community for making this release possible!
Special thanks to:
Get Started
Update to the latest version via pip:
Check out the updated Demo Notebook to see v0.3.0 in action!
This discussion was created from the release v0.3.0 — Multi-Feature Fairness Auditing & Representation Diagnostics.
All reactions