Skip to content

Commit 1920bba

Browse files
committed
fix import in discretize
1 parent 95a948b commit 1920bba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lime/discretize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44
import numpy as np
55
import sklearn
6+
import sklearn.tree
67
from abc import ABCMeta, abstractmethod
78

89

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='lime',
4-
version='0.1.1.23',
4+
version='0.1.1.24',
55
description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers',
66
url='http://github.com/marcotcr/lime',
77
author='Marco Tulio Ribeiro',

0 commit comments

Comments
 (0)