You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@
324
324
*[yellowbrick](https://github.com/DistrictDataLabs/yellowbrick) - Visual analysis and diagnostic tools to facilitate machine learning model selection. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
325
325
*[scikit-plot](https://github.com/reiinakano/scikit-plot) - An intuitive library to add plotting functionality to scikit-learn objects. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
326
326
*[shap](https://github.com/slundberg/shap) - A unified approach to explain the output of any machine learning model. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
327
+
*[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. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
327
328
*[ELI5](https://github.com/TeamHG-Memex/eli5) - A library for debugging/inspecting machine learning classifiers and explaining their predictions.
328
329
*[Lime](https://github.com/marcotcr/lime) - Explaining the predictions of any machine learning classifier. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
329
330
*[FairML](https://github.com/adebayoj/fairml) - FairML is a python toolbox auditing the machine learning models for bias. <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
0 commit comments