awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesTree Model Interpretability

Exact attribution methods for decision trees and ensemble models like Random Forests or XGBoost.

Distinct from Array-Based Tree Modeling: Focuses on model explanation rather than memory representations of tree data structures

Explore 3 awesome GitHub repositories matching education & learning resources · Tree Model Interpretability. Refine with filters or upvote what's useful.

Awesome Tree Model Interpretability GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • slundberg/shapslundberg का अवतार

    slundberg/shap

    25,535GitHub पर देखें↗

    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

    Computes exact Shapley values for trees and ensembles to uncover complex risk factors and feature contributions.

    Jupyter Notebook
    GitHub पर देखें↗25,535
  • christophm/interpretable-ml-bookchristophM का अवतार

    christophM/interpretable-ml-book

    5,317GitHub पर देखें↗

    This project is a comprehensive educational resource and technical manual focused on interpretable machine learning and explainable AI. It serves as a textbook and reference for implementing techniques that make complex machine learning models transparent and understandable to humans. The resource provides guidance on both building inherently transparent models, such as decision trees and sparse linear models, and applying post-hoc explanation methods to black-box systems. It details specific methodologies for quantifying feature importance, generating rationales for individual predictions, a

    Provides exact attribution methods for decision trees and ensemble models like Random Forests or XGBoost.

    Jupyter Notebook
    GitHub पर देखें↗5,317
  • py-why/econmlpy-why का अवतार

    py-why/EconML

    4,683GitHub पर देखें↗

    EconML, मशीन लर्निंग और अर्थमिति (econometrics) के संयोजन का उपयोग करके विषम उपचार प्रभावों (heterogeneous treatment effects) का अनुमान लगाने के लिए डिज़ाइन की गई एक Python लाइब्रेरी है। यह यह निर्धारित करने के लिए कि विशिष्ट हस्तक्षेप व्यक्तियों या उपसमूहों को कैसे प्रभावित करते हैं, सशर्त औसत उपचार प्रभावों (conditional average treatment effects) की गणना करने के लिए एक टूलकिट के रूप में कार्य करती है। यह प्रोजेक्ट उच्च-आयामी भ्रमित करने वाले कारकों (confounders) से कारण संकेतों (causal signals) को अलग करने के लिए डबल मशीन लर्निंग और ऑर्थोगोनल मशीन लर्निंग के लिए एक फ्रेमवर्क प्रदान करता है। इसमें कारण जंगलों (causal forests) और इंस्ट्रूमेंटल वेरिएबल लर्नर्स के लिए विशेष इम्प्लीमेंटेशन शामिल हैं, जो अनपेक्षित भ्रम (unobserved confounding) की उपस्थिति में भी कारण संबंधों की रिकवरी की अनुमति देते हैं। यह लाइब्रेरी रिफ्यूटेशन टेस्ट्स और कैलिब्रेशन कर्व्स के माध्यम से कारण मॉडल वैलिडेशन, व्यक्तिगत उपचार नीतियों के निर्माण और डायनामिक उपचार शासन के विश्लेषण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह अनिश्चितता परिमाणीकरण (uncertainty quantification) के लिए सांख्यिकीय अनुमान और ट्री-आधारित मॉडल्स और Shapley वैल्यूज़ का उपयोग करके प्रभाव विषमता की व्याख्या का भी समर्थन करती है। यह प्रोजेक्ट मुख्य रूप से Jupyter Notebooks के माध्यम से कार्यान्वित और प्रदर्शित किया जाता है।

    Analyzes complex treatment effect models using tree-based interpreters to uncover the characteristics driving outcomes.

    Jupyter Notebookcausal-inferencecausalityeconometrics
    GitHub पर देखें↗4,683
  1. Home
  2. Education & Learning Resources
  3. Tree Data Structures
  4. Array-Based Tree Modeling
  5. Tree Model Interpretability

सब-टैग एक्सप्लोर करें

  • Causal Model InterpretabilityTechniques for explaining the drivers of heterogeneous treatment effects using tree-based models. **Distinct from Tree Model Interpretability:** Distinct from general tree model interpretability: focuses specifically on explaining the heterogeneity of causal effects.