What are available Python libraries for Interpretable ML?

I recently become familiar with Interpretable ML and I found some libraries like LIME. I would be thankful if you can suggest to me some libraries and what are the advantages of each library.

Topic interpretation python machine-learning

Category Data Science


A couple of the most common Python packages for interpretable machine learning:

  • Lime - Can explain the prediction of any machine learning classifier.

  • SHAP - A game-theoretic approach to explain the output of any machine learning model.

  • ELI5 - Explain the weights and predictions of a variety of machine learning models.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.