We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6a933 commit d0de97eCopy full SHA for d0de97e
environment.yml
@@ -9,3 +9,4 @@ dependencies:
9
- graphviz
10
- python-graphviz
11
- imageio
12
+ - joblib
mglearn/plot_nmf.py
@@ -2,7 +2,7 @@
2
import matplotlib.pyplot as plt
3
import numpy as np
4
5
-from sklearn.externals.joblib import Memory
+from joblib import Memory
6
7
memory = Memory(cachedir="cache")
8
mglearn/plot_pca.py
0 commit comments