#139 · Primary category: MLOps & Evaluation
alibi
Algorithms for explaining machine learning models
Project last updated:10/17/25
GitHub Stars
2.6K
Forks
266
Contributors
25
License
Other
Why we included this project
Teams that need to explain individual predictions get a lot of use out of Alibi, a Python library that covers both local and global explanation methods. It ships implementations of anchors, counterfactual search, integrated gradients, partial dependence, and ALE plots for tabular, text, and image models. Most methods treat the model as a black box, so they work against production prediction endpoints rather than models only available in memory, while the white-box options can use gradients for faster, more faithful explanations. That matters for credit scoring, medical ML, or any governed model work where regulators and auditors ask for reasons behind a decision. Alibi handles classification and regression and integrates with TensorFlow and Keras, so it slots into existing pipelines without forcing a rewrite.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models