awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to saucecat/pdpbox

Open-source alternatives to PDPbox

30 open-source projects similar to saucecat/pdpbox, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PDPbox alternative.

  • seldonio/alibiAvatar von SeldonIO

    SeldonIO/alibi

    2,630Auf GitHub ansehen↗

    Algorithms for explaining machine learning models

    Python
    Auf GitHub ansehen↗2,630
  • interpretml/interpretAvatar von interpretml

    interpretml/interpret

    6,881Auf GitHub ansehen↗

    Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training inherently transparent models and applying post-hoc explanation techniques to make machine learning predictions human-understandable. The framework distinguishes itself by integrating differential privacy into the training of interpretable models to prevent sensitive data from leaking through explanations. It also features a visualization tool for rendering interactive decision paths and model behavior. The library covers model explainability through feature importance calcu

    C++
    Auf GitHub ansehen↗6,881
  • marcotcr/limeAvatar von marcotcr

    marcotcr/lime

    12,142Auf GitHub ansehen↗

    This project is an agnostic model interpretability framework and explainability tool designed to provide local interpretable explanations for individual predictions. It functions as a local surrogate model that approximates the behavior of any machine learning classifier or regression model to identify the most influential features for a specific instance. The framework is designed to be model-agnostic, meaning it can explain predictions across tabular, text, and image data regardless of the underlying architecture. It employs local linear approximations and feature importance visualization t

    JavaScript
    Auf GitHub ansehen↗12,142
  • andosa/treeinterpreterAvatar von andosa

    andosa/treeinterpreter

    761Auf GitHub ansehen↗

    TreeInterpreter

    Python
    Auf GitHub ansehen↗761

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • slundberg/shapAvatar von slundberg

    slundberg/shap

    25,535Auf GitHub ansehen↗

    SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature to a model prediction. It provides a set of tools for quantifying how individual input features push a specific output away from a baseline value. The project includes specialized explainers for different architectures, including high-speed implementations for decision trees and ensemble models, linearization algorithms for deep learning networks, and covariance integration for linear models. It also features a model-agnostic interpretability tool that uses a kernel method to

    Jupyter Notebook
    Auf GitHub ansehen↗25,535
  • austinrochford/pyceboxAvatar von AustinRochford

    AustinRochford/PyCEbox

    163Auf GitHub ansehen↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    Auf GitHub ansehen↗163
  • tensorflow/lucidAvatar von tensorflow

    tensorflow/lucid

    4,707Auf GitHub ansehen↗

    Lucid is a TensorFlow interpretability toolkit and visualization library designed to analyze the internal representations of neural networks. It functions as a gradient-based optimization framework that generates images and atlases to reveal the features learned by specific neurons and layers. The library enables the creation of activation atlases and the mapping of high-dimensional neural activations into lower-dimensional spaces to study model behavior. It utilizes differentiable image parametrization to optimize visual inputs that maximally activate network components. The system covers a

    Jupyter Notebook
    Auf GitHub ansehen↗4,707
  • teamhg-memex/eli5Avatar von TeamHG-Memex

    TeamHG-Memex/eli5

    2,775Auf GitHub ansehen↗

    A library for debugging/inspecting machine learning classifiers and explaining their predictions

    Jupyter Notebook
    Auf GitHub ansehen↗2,775
  • csinva/imodelsAvatar von csinva

    csinva/imodels

    1,592Auf GitHub ansehen↗

    Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).

    Jupyter Notebook
    Auf GitHub ansehen↗1,592
  • ankurtaly/integrated-gradientsAvatar von ankurtaly

    ankurtaly/Integrated-Gradients

    651Auf GitHub ansehen↗

    (a.k.a. Path-Integrated Gradients, a.k.a. Axiomatic Attribution for Deep Networks)

    Jupyter Notebook
    Auf GitHub ansehen↗651
  • ethicalml/xaiAvatar von EthicalML

    EthicalML/xai

    1,244Auf GitHub ansehen↗

    XAI - An eXplainability toolbox for machine learning

    Pythonaiartificial-intelligencebias
    Auf GitHub ansehen↗1,244
  • albermax/innvestigateAvatar von albermax

    albermax/innvestigate

    1,305Auf GitHub ansehen↗

    A toolbox to iNNvestigate neural networks' predictions!

    Python
    Auf GitHub ansehen↗1,305
  • pytorch/captumAvatar von pytorch

    pytorch/captum

    5,652Auf GitHub ansehen↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Python
    Auf GitHub ansehen↗5,652
  • benedekrozemberczki/shapleyAvatar von benedekrozemberczki

    benedekrozemberczki/shapley

    226Auf GitHub ansehen↗

    The official implementation of "The Shapley Value of Classifiers in Ensemble Games" (CIKM 2021).

    Python
    Auf GitHub ansehen↗226
  • modeloriented/dalexAvatar von ModelOriented

    ModelOriented/DALEX

    1,473Auf GitHub ansehen↗

    moDel Agnostic Language for Exploration and eXplanation

    Python
    Auf GitHub ansehen↗1,473
  • kundajelab/deepliftAvatar von kundajelab

    kundajelab/deeplift

    875Auf GitHub ansehen↗

    DeepLIFT: Deep Learning Important FeaTures

    Python
    Auf GitHub ansehen↗875
  • aerdem4/lofo-importanceAvatar von aerdem4

    aerdem4/lofo-importance

    868Auf GitHub ansehen↗

    Leave One Feature Out Importance

    Python
    Auf GitHub ansehen↗868
  • marcelrobeer/contrastiveexplanationAvatar von MarcelRobeer

    MarcelRobeer/ContrastiveExplanation

    45Auf GitHub ansehen↗

    Contrastive Explanation (Foil Trees), developed at TNO/Utrecht University

    Python
    Auf GitHub ansehen↗45
  • ibm/aix360Avatar von IBM

    IBM/AIX360

    1,781Auf GitHub ansehen↗

    Interpretability and explainability of data and machine learning models

    Python
    Auf GitHub ansehen↗1,781
  • marcotcr/anchorAvatar von marcotcr

    marcotcr/anchor

    813Auf GitHub ansehen↗

    Code for "High-Precision Model-Agnostic Explanations" paper

    Jupyter Notebook
    Auf GitHub ansehen↗813
  • givasile/effectorG

    givasile/effector

    0Auf GitHub ansehen↗

    effector an eXplainable AI package for tabular data. It:

    Auf GitHub ansehen↗0
  • fdalvi/neuroxAvatar von fdalvi

    fdalvi/NeuroX

    108Auf GitHub ansehen↗

    NeuroX provide all the necessary tooling to perform Interpretation and Analysis of (Deep) Neural Networks centered around Probing. Specifically, the toolkit provides:

    Python
    Auf GitHub ansehen↗108
  • cosmicbboy/themis-mlAvatar von cosmicBboy

    cosmicBboy/themis-ml

    126Auf GitHub ansehen↗

    A library that implements fairness-aware machine learning algorithms

    Jupyter Notebook
    Auf GitHub ansehen↗126
  • explainx/explainxAvatar von explainX

    explainX/explainx

    448Auf GitHub ansehen↗

    Explain & debug any blackbox machine learning model with a single line of code.

    Python
    Auf GitHub ansehen↗448
  • eli5-org/eli5Avatar von eli5-org

    eli5-org/eli5

    328Auf GitHub ansehen↗

    A library for debugging/inspecting machine learning classifiers and explaining their predictions

    Jupyter Notebook
    Auf GitHub ansehen↗328
  • ekeany/boruta-shapAvatar von Ekeany

    Ekeany/Boruta-Shap

    658Auf GitHub ansehen↗

    A Tree based feature selection tool which combines both the Boruta feature selection algorithm with shapley values.

    Python
    Auf GitHub ansehen↗658
  • christophm/rulefitAvatar von christophM

    christophM/rulefit

    446Auf GitHub ansehen↗

    Python implementation of the rulefit algorithm

    Python
    Auf GitHub ansehen↗446
  • frgfm/torch-camAvatar von frgfm

    frgfm/torch-cam

    2,301Auf GitHub ansehen↗

    TorchCAM: class activation explorer

    Python
    Auf GitHub ansehen↗2,301
  • calculatedcontent/weightwatcherAvatar von CalculatedContent

    CalculatedContent/WeightWatcher

    1,757Auf GitHub ansehen↗

    WeightWatcher (WW) is an open-source, diagnostic tool for analyzing Deep Neural Networks (DNN), without needing access to training or even test data. It is based on theoretical research into Why Deep Learning Works, based on our Theory of Heavy-Tailed Self-Regularization (HT-SR). It uses ideas…

    Python
    Auf GitHub ansehen↗1,757
  • dssg/aequitasAvatar von dssg

    dssg/aequitas

    761Auf GitHub ansehen↗

    Bias Auditing & Fair ML Toolkit

    Python
    Auf GitHub ansehen↗761