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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
andosa avatar

andosa/treeinterpreter

0
View on GitHub↗
761 estrellas·138 forks·Python·BSD-3-Clause·6 vistas

Treeinterpreter

TreeInterpreter

Features

  • Explainable AI Libraries - Interpretability tools for tree-based machine learning models.
  • Model Interpretability - Interpreting decision tree and random forest predictions.
  • Model Interpretation - Interpreting decision tree and random forest predictions.

Historial de estrellas

Gráfico del historial de estrellas de andosa/treeinterpreterGráfico del historial de estrellas de andosa/treeinterpreter

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Treeinterpreter

Proyectos open-source similares, clasificados según cuántas características comparten con Treeinterpreter.
  • interpretml/interpretAvatar de interpretml

    interpretml/interpret

    6,881Ver en 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++
    Ver en GitHub↗6,881
  • marcotcr/limeAvatar de marcotcr

    marcotcr/lime

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

    AustinRochford/PyCEbox

    163Ver en GitHub↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    Ver en GitHub↗163
  • saucecat/pdpboxAvatar de SauceCat

    SauceCat/PDPbox

    860Ver en GitHub↗

    python partial dependence plot toolbox

    Jupyter Notebook
    Ver en GitHub↗860
Ver las 30 alternativas a Treeinterpreter→

Preguntas frecuentes

¿Qué hace andosa/treeinterpreter?

TreeInterpreter

¿Cuáles son las características principales de andosa/treeinterpreter?

Las características principales de andosa/treeinterpreter son: Explainable AI Libraries, Model Interpretability, Model Interpretation.

¿Qué alternativas de código abierto existen para andosa/treeinterpreter?

Las alternativas de código abierto para andosa/treeinterpreter incluyen: marcotcr/lime — This project is an agnostic model interpretability framework and explainability tool designed to provide local… seldonio/alibi — Algorithms for explaining machine learning models. interpretml/interpret — Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training… austinrochford/pycebox — ⬛ Python Individual Conditional Expectation Plot Toolbox. saucecat/pdpbox — python partial dependence plot toolbox. slundberg/shap — SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature…