Skip to content

Commit

Permalink
fix import in discretize
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotcr committed Sep 21, 2017
1 parent 95a948b commit 1920bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lime/discretize.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
import numpy as np
import sklearn
import sklearn.tree
from abc import ABCMeta, abstractmethod


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

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',
Expand Down

0 comments on commit 1920bba

Please sign in to comment.