Published Python Packages

This page summarizes my published Python packages for Explainable AI (XAI), Computer Vision, and reproducible machine learning research.

๐Ÿ“ฆ Package Summary

PackageDomainLatest VersionRegistryLinks
lime-stratifiedExplainable AIโ€ฆPyPIPyPI ยท Code
shap-bptExplainable AIโ€ฆPyPIPyPI ยท Code ยท Docs

๐ŸŒฟ lime-stratified

Overview

lime-stratified is a Python package that improves the stability of LIME image explanations using a novel stratified sampling strategy proposed in my AAAI 2024 paper.

Features

  • Improved stability of LIME explanations
  • Reduced perturbation variance
  • Compatible with the original LIME API
  • PyPI package
  • Open source

Installation

pip install lime-stratified

Resources

PyPI Source Code Examples Publication


๐ŸŒณ shap-bpt

Overview

shap-bpt implements ShapBPT, a hierarchical image feature attribution method based on Binary Partition Trees, introduced at AAAI 2026.

Features

  • Hierarchical Shapley explanations
  • Data-aware Binary Partition Trees
  • Faster image explanations
  • Explainable AI for Computer Vision
  • PyPI package
  • Comprehensive documentation

Installation

pip install shap-bpt

Resources

PyPI Source Code Documentation Publication Demo


๐Ÿ“ˆ Package Statistics

PackageLatest VersionPythonLicenseDownloads
lime-stratified......... View downloads
shap-bpt.........View downloads