From 2ca93e35f36b0e0e61b2384ae7891d82e5fdcf89 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Tue, 5 Mar 2019 10:59:55 +0000 Subject: [PATCH] Add binder link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef0815e3..819c088f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # lime [![Build Status](https://travis-ci.org/marcotcr/lime.svg?branch=master)](https://travis-ci.org/marcotcr/lime) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/marcotcr/lime/master) This project is about explaining what machine learning classifiers (or models) are doing. At the moment, we support explaining individual predictions for text classifiers or classifiers that act on tables (numpy arrays of numerical or categorical data) or images, with a package called lime (short for local interpretable model-agnostic explanations).