An open API service indexing awesome lists of open source software.

https://github.com/rbhatia46/interpretable-machine-learning

In this project, I worked on Interpreting the results generated on a Financial dataset for a Binary Classification problem. Mainly, there are 2 frameworks used in this project, i.e., ELI5 and LIME.
https://github.com/rbhatia46/interpretable-machine-learning

Last synced: 7 months ago
JSON representation

In this project, I worked on Interpreting the results generated on a Financial dataset for a Binary Classification problem. Mainly, there are 2 frameworks used in this project, i.e., ELI5 and LIME.

Awesome Lists containing this project

README

          

**Important Note: The notebook is graphic intensive and therefore GitHub doesn't show all the proper visualizations necessary for interpreting the models used, therefore, please use nbviewer by clicking on the minus sign as indicated by GitHub as shown in the image below**

![](https://i.ibb.co/d60rq1T/Screenshot-from-2019-05-22-00-06-29.png)

# Interpretable-Machine-Learning
In this project, I worked on Interpreting the results generated on a Financial dataset for a Binary Classification problem. Mainly, there are 2 frameworks used in this project, i.e., [eli5](https://github.com/TeamHG-Memex/eli5) and [LIME](https://github.com/marcotcr/lime).

* ELI5 works well on simple models(white-box models).
* LIME(Model Agnostic) on the other hand can be used to interpret any type of model of any complexity(black-box models).