from matplotlib.mlab import PCA
ImportError: cannot import name 'PCA'
My matplotlib's version is 3.3.4.
I didn't see the package's version in README, and I have seached on stackoverflow but have no solution yet.
Could you provide matplotlib's version you use in this code, to let me know whether the problem comes from the version or something else?
Hi, Mr.Wang
When I simply run the training code:
I encounter this problem:
My matplotlib's version is 3.3.4.
I didn't see the package's version in README, and I have seached on stackoverflow but have no solution yet. Could you provide matplotlib's version you use in this code, to let me know whether the problem comes from the version or something else?
Thanks in advance!!!
Y.J. Ze