From e1d1bc58d0e3d69731d343bc44a1ed5ba825c894 Mon Sep 17 00:00:00 2001
From: Paul Koch <46825734+paulbkoch@users.noreply.github.com>
Date: Thu, 6 Nov 2025 11:27:49 -0800
Subject: [PATCH] Add InterpretML to explainable ML resources
Added InterpretML as a new resource for explainable machine learning.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0fdaf94..494675f 100644
--- a/README.md
+++ b/README.md
@@ -314,6 +314,7 @@
* [yellowbrick](https://github.com/DistrictDataLabs/yellowbrick) - Visual analysis and diagnostic tools to facilitate machine learning model selection.
* [scikit-plot](https://github.com/reiinakano/scikit-plot) - An intuitive library to add plotting functionality to scikit-learn objects.
* [shap](https://github.com/slundberg/shap) - A unified approach to explain the output of any machine learning model.
+* [InterpretML](https://github.com/interpretml/interpret) - InterpretML implements the Explainable Boosting Machine (EBM), a modern, fully interpretable machine learning model based on Generalized Additive Models (GAMs). This open-source package also provides visualization tools for EBMs, other glass-box models, and black-box explanations.
* [ELI5](https://github.com/TeamHG-Memex/eli5) - A library for debugging/inspecting machine learning classifiers and explaining their predictions.
* [Lime](https://github.com/marcotcr/lime) - Explaining the predictions of any machine learning classifier.
* [FairML](https://github.com/adebayoj/fairml) - FairML is a python toolbox auditing the machine learning models for bias.