We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8286ddf + cf88620 commit 7e2fcaeCopy full SHA for 7e2fcae
mglearn/plot_animal_tree.py
@@ -1,4 +1,4 @@
1
-from scipy.misc import imread
+from imageio import imread
2
import matplotlib.pyplot as plt
3
4
mglearn/plot_interactive_tree.py
@@ -5,7 +5,7 @@
5
6
from sklearn.externals.six import StringIO # doctest: +SKIP
7
from sklearn.tree import export_graphviz
8
9
from scipy import ndimage
10
from sklearn.datasets import make_moons
11
0 commit comments