We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab754b commit 968d6cdCopy full SHA for 968d6cd
lime/explanation.py
@@ -252,7 +252,7 @@ def jsonize(x):
252
''' % random_id
253
254
predict_proba_js = ''
255
- if self.mode == "classifiction" and predict_proba:
+ if self.mode == "classification" and predict_proba:
256
predict_proba_js = u'''
257
var pp_div = top_div.append('div')
258
.classed('lime predict_proba', true);
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='lime',
4
- version='0.1.1.22',
+ version='0.1.1.23',
5
description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers',
6
url='http://github.com/marcotcr/lime',
7
author='Marco Tulio Ribeiro',
0 commit comments