We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5ec9a + 1228510 commit 842e623Copy full SHA for 842e623
mglearn/plot_nmf.py
@@ -4,7 +4,7 @@
4
5
from joblib import Memory
6
7
-memory = Memory(cachedir="cache")
+memory = Memory(location="cache")
8
9
10
def plot_nmf_illustration():
mglearn/plot_pca.py
def plot_pca_illustration():
0 commit comments