🎨
Explainable-AI
  • Explainable AI
  • Preface
  • How to use this book?
  • Contents
  • What is Explainable AI?
  • Why do we need Explainablity?
  • Explainable systems and Black box systems
  • Types of Explainability Techniques
  • Explainable Models
    • Linear Regression
      • Assumptions
      • Model
      • Statistical Interpretation
    • Decision Trees
      • How Do They Work?
      • Creating the model
      • Interpretation
  • Explainability Techniques for Classical ML
    • SHAP (SHapley Additive exPlanations)
    • Surrogate model
    • LIME (Local Interpretable Model-Agnostic Explanations)
    • PDP (Partial Dependence Plot)
    • ICE (Individual Conditional Expectation Plots)
    • ALE (Accumulated Local Effects Plot)
  • Datasets
    • Medical Cost Personal Dataset
    • Telecom Churn Dataset
    • Sales Opportunity Size Dataset
    • Pima Indians Diabetes Dataset
  • Implementation of these techniques on different models
    • Logistic Regression - SHAP
    • Random Forest - LIME
    • GBM - PDP
    • GBM - ICE
    • Deep Learning - Surrogate
  • Future scope
  • Contributors
  • Citing this Book
Powered by GitBook
On this page

Was this helpful?

Contents

  1. What is Explainable AI?

  2. Why do we need Expalainbility?

  3. Explainable Systems and Black Box Systems

  4. Types of Explainability Techniques

  5. Explainable Models

    1. Linear Regression

      1. Introduction

      2. Assumptions

      3. Model

      4. Statistical interpretation

    2. Decision Trees

      1. Introduction

      2. How Do They Work?

      3. Creating the model

      4. Interpretation

  6. Model Agonistic Methods

    1. SHapley Additive exPlanations

    2. Surrogate model

    3. Local Interpretable Model-Agnostic Explanations and K-LIME

    4. Partial Dependence Plot

    5. Individual Conditional Plots

  7. Data sets

    1. Medical cost personal Dataset

    2. Telecom Churn Dataset

    3. Sales Opportunity Size Dataset

    4. Pima Indians Diabetes Datasets

  8. Implementation of these techniques on different models

    1. Logistic regression

    2. Random forest

    3. GBM - PDP

    4. GBM - ICE

    5. Deep Learning

PreviousHow to use this book?NextWhat is Explainable AI?

Last updated 3 years ago

Was this helpful?