Releases: saiganesh47/mlens
Releases Β· saiganesh47/mlens
MLens v0.2.0 β Production Ready π
β¨ What's New in v0.2.0
π₯οΈ CLI Tool β Run audits from terminal
mlens audit model.pkl X_test.csv y_test.csv
mlens audit model.pkl X_test.csv y_test.csv --sensitive gender.csv
mlens version
π Streamlit Live Dashboard
streamlit run dashboard/app.py
π PDF Report Export
report.save("audit_report.pdf")
π§ͺ Tests Added
- test_auditor.py β 11 unit tests
- test_fairness.py β 9 unit tests
- test_drift.py β 10 unit tests
π HTML Audit Report
- Full interactive report with SHAP, Fairness & Drift charts
- Works offline, no server needed
π Bug Fixes
- Fixed KS-test crash on constant features
- Fixed SHAP dual-output for binary classifiers
β¬οΈ Upgrade
pip install mlens --upgrade
π Release Stats
- 3 major new features
- 10 new files added
- 30 unit tests
MLens v0.1.0 β Initial Release
π First release of MLens β Explainable ML Audit Tool
Features:
- π§ SHAP explainability (Tree/Linear/Kernel auto-selection)
- βοΈ Fairness evaluation (Demographic Parity, Equalized Odds)
- π Drift detection (PSI + KS-test per feature)
- π HTML audit report generation