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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SeldonIO avatar

SeldonIO/alibi

0
View on GitHub↗
2,630 stars·264 forks·Python·9 vuesdocs.seldon.io/projects/alibi/en/stable↗

Alibi

Algorithms for explaining machine learning models

Features

  • Explainability and Fairness - Library for black-box model inspection and interpretation.
  • Explainable AI Libraries - Algorithms for monitoring and explaining machine learning model deployments.
  • Model Interpretability - Provides algorithms for model inspection and feature interpretation.
  • Model Interpretation - Algorithms for monitoring and explaining machine learning model outputs.
  • Guardrails and AI Safety - Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

Historique des stars

Graphique de l'historique des stars pour seldonio/alibiGraphique de l'historique des stars pour seldonio/alibi

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait seldonio/alibi ?

Algorithms for explaining machine learning models

Quelles sont les fonctionnalités principales de seldonio/alibi ?

Les fonctionnalités principales de seldonio/alibi sont : Explainability and Fairness, Explainable AI Libraries, Model Interpretability, Model Interpretation, Guardrails and AI Safety.

Quelles sont les alternatives open-source à seldonio/alibi ?

Les alternatives open-source à seldonio/alibi incluent : interpretml/interpret — Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training… slundberg/shap — SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature… marcotcr/lime — This project is an agnostic model interpretability framework and explainability tool designed to provide local… andosa/treeinterpreter — TreeInterpreter. austinrochford/pycebox — ⬛ Python Individual Conditional Expectation Plot Toolbox. aerdem4/lofo-importance — Leave One Feature Out Importance.

Alternatives open source à Alibi

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Alibi.
  • interpretml/interpretAvatar de interpretml

    interpretml/interpret

    6,881Voir sur GitHub↗

    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++
    Voir sur GitHub↗6,881
  • slundberg/shapAvatar de slundberg

    slundberg/shap

    25,535Voir sur GitHub↗

    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
    Voir sur GitHub↗25,535
  • marcotcr/limeAvatar de marcotcr

    marcotcr/lime

    12,142Voir sur GitHub↗

    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
    Voir sur GitHub↗12,142
  • austinrochford/pyceboxAvatar de AustinRochford

    AustinRochford/PyCEbox

    163Voir sur GitHub↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    Voir sur GitHub↗163
  • Voir les 30 alternatives à Alibi→