awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesFeature Interaction Visualizations

Graphical tools for plotting feature contributions to identify non-linear effects and variable interactions.

Distinct from Interaction Models: Focuses on the visualization of interpretability data rather than general UI interaction models

Explore 7 awesome GitHub repositories matching user interface & experience · Feature Interaction Visualizations. Refine with filters or upvote what's useful.

Awesome Feature Interaction Visualizations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • slundberg/shapالصورة الرمزية لـ slundberg

    slundberg/shap

    25,535عرض على 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

    Plots a single feature against its contribution to the model output to identify non-linear effects.

    Jupyter Notebook
    عرض على GitHub↗25,535
  • marcotcr/limeالصورة الرمزية لـ marcotcr

    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

    Renders model explanations as bar plots, interactive pages, or highlighted text to visualize feature weights.

    JavaScript
    عرض على GitHub↗12,142
  • jack-cherish/machine-learningالصورة الرمزية لـ Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333عرض على GitHub↗

    This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using Python. It serves as an educational resource for studying model training, parameter optimization, and the implementation of core predictive models. The library provides a variety of supervised learning tools, including linear and logistic regression, decision trees, and support vector machines. It also features unsupervised learning capabilities for discovering patterns in unlabeled datasets through clustering algorithms. Broad capability areas include ensemble learning thro

    Provides tools to visualize feature distributions and relationships using scatter plots.

    Pythonadaboostadaboost-algorithmdecision-tree
    عرض على GitHub↗10,333
  • priorlabs/tabpfnالصورة الرمزية لـ PriorLabs

    PriorLabs/TabPFN

    7,408عرض على GitHub↗

    TabPFN plots partial dependence and individual conditional expectation curves to show how one or two features affect predictions across the entire dataset.

    Pythondata-sciencefoundation-modelsmachine-learning
    عرض على GitHub↗7,408
  • interpretml/interpretالصورة الرمزية لـ interpretml

    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

    Renders decision paths and feature interactions as interactive visual elements for human-readable model reasoning.

    C++
    عرض على GitHub↗6,881
  • christophm/interpretable-ml-bookالصورة الرمزية لـ christophM

    christophM/interpretable-ml-book

    5,317عرض على GitHub↗

    هذا المشروع عبارة عن مورد تعليمي شامل ودليل تقني يركز على تعلم الآلة القابل للتفسير والذكاء الاصطناعي القابل للشرح. يعمل ككتاب مدرسي ومرجع لتنفيذ التقنيات التي تجعل نماذج تعلم الآلة المعقدة شفافة ومفهومة للبشر. يوفر المورد إرشادات حول بناء نماذج شفافة بطبيعتها، مثل أشجار القرار والنماذج الخطية المتفرقة، وتطبيق طرق الشرح اللاحقة على أنظمة الصندوق الأسود. يفصل المنهجيات المحددة لقياس أهمية الميزة، وتوليد مبررات للتنبؤات الفردية، واستخدام نماذج بديلة لتقريب عمليات صنع القرار المعقدة. يغطي المحتوى مجموعة واسعة من القدرات التحليلية، بما في ذلك تحليل تأثير الميزة العالمية والمحلية، وقابلية تفسير رؤية الكمبيوتر، واستخدام المساهمات القائمة على نظرية الألعاب مثل قيم Shapley. كما يتناول تقييم النموذج من خلال تقييمات القابلية للتفسير، وسير عمل تصحيح الأخطاء لتحديد اختصارات النموذج، وتصميم هياكل الخوارزميات الشفافة. يتم تنفيذ المشروع كمجموعة من دفاتر Jupyter.

    Quantifies feature importance by measuring the variance of its partial dependence curve.

    Jupyter Notebook
    عرض على GitHub↗5,317
  • pair-code/litالصورة الرمزية لـ PAIR-code

    PAIR-code/lit

    3,636عرض على GitHub↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    Displays the effect of changing individual features on model output through interactive partial dependence plots.

    TypeScriptmachine-learningnatural-language-processingvisualization
    عرض على GitHub↗3,636
  1. Home
  2. User Interface & Experience
  3. Feature Interaction Visualizations

استكشف الوسوم الفرعية

  • Partial Dependence Plots2 وسوم فرعيةVisualizations showing how one or two features affect predictions across the entire dataset. **Distinct from Feature Interaction Visualizations:** Distinct from Feature Interaction Visualizations: focuses on partial dependence and ICE curves, not general feature contribution plots.