Skip to content

Releases: saiganesh47/mlens

MLens v0.2.0 β€” Production Ready πŸš€

30 Apr 11:34
df048a8

Choose a tag to compare

✨ 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

16 Apr 03:43
5769de5

Choose a tag to compare

πŸš€ 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