前提
Pythonではじめる機械学習 - O'Reilly Japan のサンプルプログラムを Google Colaboratory でうごかして勉強しています。
実現したいこと
!pip pip install mglearn
のあとライブラリーの読み込みで
import mglearn
をしたのですが、import ができません。
発生している問題・エラーメッセージ
TypeError Traceback (most recent call last)
<ipython-input-30-26a0454c3f6e> in <module>
----> 1 import mglearn
2 frames
/usr/local/lib/python3.7/dist-packages/mglearn/init.py in <module>
----> 1 from . import plots
2 from . import tools
3 from .plots import cm3, cm2
4 from .tools import discrete_scatter
5 from .plot_helpers import ReBl
/usr/local/lib/python3.7/dist-packages/mglearn/plots.py in <module>
12 from .plot_tree_nonmonotonous import plot_tree_not_monotone
13 from .plot_scaling import plot_scaling
---> 14 from .plot_pca import plot_pca_illustration, plot_pca_whitening, plot_pca_faces
15 from .plot_decomposition import plot_decomposition
16 from .plot_nmf import plot_nmf_illustration, plot_nmf_faces
/usr/local/lib/python3.7/dist-packages/mglearn/plot_pca.py in <module>
5 from joblib import Memory
6
----> 7 memory = Memory(cachedir="cache")
8
9
TypeError: init() got an unexpected keyword argument 'cachedir'
該当のソースコード
Python
試したこと
joblib/memory.py をのぞいたのですがよくわかりません
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/10/31 08:52