awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add SHAP, LIME, InterpretML under ML and DGL under DL

Open YADIDidiah24 opened this issue 9 months ago • 0 comments

What is this Python project?

This PR adds SHAP, LIME, and InterpretML under Machine Learning and DGL under Deep Learning.

  1. SHAP (SHapley Additive exPlanations) provides game-theory-based feature explanations for ML models.
  2. LIME (Local Interpretable Model-agnostic Explanations) explains predictions locally by analyzinginputs.
  3. InterpretML is a framework for training interpretable models and explaining black-box systems. DGL (Deep Graph Library) is a flexible framework designed for deep learning on graphs.

What's the difference between this Python project and similar ones?

Enumerate comparisons.

These libraries are widely used for Explainable AI (XAI) and interpretable machine learning, distinguishing them from general-purpose ML libraries.

DGL vs. Other DL Frameworks: DGL specializes in graph neural networks (GNNs), unlike PyTorch or TensorFlow, which focus on general deep learning.

Anyone who agrees with this pull request could submit an Approve review to it.

YADIDidiah24 avatar Mar 17 '25 17:03 YADIDidiah24