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 95a948b commit 1920bbaCopy full SHA for 1920bba
lime/discretize.py
@@ -3,6 +3,7 @@
3
"""
4
import numpy as np
5
import sklearn
6
+import sklearn.tree
7
from abc import ABCMeta, abstractmethod
8
9
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
setup(name='lime',
- version='0.1.1.23',
+ version='0.1.1.24',
description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers',
url='http://github.com/marcotcr/lime',
author='Marco Tulio Ribeiro',
0 commit comments