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 10a8ff6 commit f3e9628Copy full SHA for f3e9628
treeplot/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = 'Erdogan Tasksen'
10
__email__ = '[email protected]'
11
-__version__ = '0.1.12'
+__version__ = '0.1.13'
12
13
# module level doc-string
14
__doc__ = """
treeplot/treeplot.py
@@ -13,7 +13,8 @@
import zipfile
import numpy as np
15
from sklearn.tree import export_graphviz
16
-from sklearn.tree.export import export_text
+# from sklearn.tree.export import export_text
17
+from sklearn.tree import export_text
18
from subprocess import call
19
import matplotlib.image as mpimg
20
import matplotlib.pyplot as plt
0 commit comments