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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
andosa avatar

andosa/treeinterpreter

0
View on GitHub↗
761 stars·138 forks·Python·BSD-3-Clause·10 views

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.

Star history

Star history chart for andosa/treeinterpreterStar history chart for andosa/treeinterpreter

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Treeinterpreter

Similar open-source projects, ranked by how many features they share with Treeinterpreter.
  • interpretml/interpretinterpretml avatar

    interpretml/interpret

    6,881View on 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++
    View on GitHub↗6,881
  • marcotcr/limemarcotcr avatar

    marcotcr/lime

    12,142View on 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
    View on GitHub↗12,142
  • austinrochford/pyceboxAustinRochford avatar

    AustinRochford/PyCEbox

    163View on GitHub↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    View on GitHub↗163
  • saucecat/pdpboxSauceCat avatar

    SauceCat/PDPbox

    860View on GitHub↗

    python partial dependence plot toolbox

    Jupyter Notebook
    View on GitHub↗860
See all 30 alternatives to Treeinterpreter→

Frequently asked questions

What does andosa/treeinterpreter do?

TreeInterpreter

What are the main features of andosa/treeinterpreter?

The main features of andosa/treeinterpreter are: Explainable AI Libraries, Model Interpretability, Model Interpretation.

What are some open-source alternatives to andosa/treeinterpreter?

Open-source alternatives to andosa/treeinterpreter include: 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…