awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
andosa avatar

andosa/treeinterpreter

0
View on GitHub↗
761 星标·138 分支·Python·BSD-3-Clause·5 次浏览

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 历史

andosa/treeinterpreter 的 Star 历史图表andosa/treeinterpreter 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Treeinterpreter 的开源替代方案

相似的开源项目,按与 Treeinterpreter 的功能重合度排序。
  • interpretml/interpretinterpretml 的头像

    interpretml/interpret

    6,881在 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++
    在 GitHub 上查看↗6,881
  • marcotcr/limemarcotcr 的头像

    marcotcr/lime

    12,142在 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
    在 GitHub 上查看↗12,142
  • austinrochford/pyceboxAustinRochford 的头像

    AustinRochford/PyCEbox

    163在 GitHub 上查看↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    在 GitHub 上查看↗163
  • saucecat/pdpboxSauceCat 的头像

    SauceCat/PDPbox

    860在 GitHub 上查看↗

    python partial dependence plot toolbox

    Jupyter Notebook
    在 GitHub 上查看↗860
查看 Treeinterpreter 的所有 30 个替代方案→

常见问题解答

andosa/treeinterpreter 是做什么的?

TreeInterpreter

andosa/treeinterpreter 的主要功能有哪些?

andosa/treeinterpreter 的主要功能包括:Explainable AI Libraries, Model Interpretability, Model Interpretation。

andosa/treeinterpreter 有哪些开源替代品?

andosa/treeinterpreter 的开源替代品包括: 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…