Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 4.75 KB

README.md

File metadata and controls

47 lines (25 loc) · 4.75 KB

AI Explainability 360 Examples and Tutorials

This directory contains a diverse collection of jupyter notebooks that use AI Explainability 360 toolkit in various ways. Both tutorials and examples illustrate working code using the toolkit. Tutorials provide additional discussion that walks the user through the various steps of the notebook.

Tutorials

  • Credit Approval Tutorial [on nbviewer]
    Shows how to explain credit approval models that use the FICO Explainable Machine Learning Challenge dataset.

  • Medical Expenditure Tutorial [on nbviewer]
    Shows how to create interpretable machine learning models in a care management scenario using Medical Expenditure Panel Survey data.

  • Dermoscopy [on nbviewer]
    Shows how to explain dermoscopic image datasets used to train machine learning models that help physicians diagnose skin diseases.

  • Health and Nutrition Survey [on nbviewer]
    Shows how to quickly understand the National Health and Nutrition Examination Survey datasets to hasten research in epidemiology and health policy.

  • Proactive Retention [on nbviewer]
    Shows how to explain predictions of a model that recommends employees for retention actions from a synthesized human resources dataset.

Examples