Overview of Captum for model interpretability
masterCaptum is an open source, extensible library for model interpretability built on PyTorch. It provides state-of-the-art algorithms, such as Integrated Gradients, to help identify which features contribute to a model's output.
Key Use Cases:
- Model Developers: Improve and troubleshoot models by identifying feature importance to design better architectures or investigate unexpected outputs.
- Interpretability Researchers: Implement new algorithms that interact with PyTorch models and benchmark them against existing algorithms in the library.
- Application Engineers: Troubleshoot production models and provide explanations to end users (e.g., explaining why a specific recommendation was made).