hello,
When i try to import mglearn : i have this message error :
"3 import numpy as np
5 from joblib import Memory
----> 7 memory = Memory(cachedir="cache")
10 def plot_pca_illustration():"
TypeError: Memory.init() got an unexpected keyword argument 'cachedir'
Can you tell me how to fix it ?
Thx