Replies: 2 comments
-
Hi there. Just checking the release notes, the function was added in version 0.17, and it looks like your version is 0.14. Upgrading to the recent mlxtend version will probably fix the issue! Btw I think you need
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Btw I think you need
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Hi, i have an issue import plot_pca_correlation_graph on Colab, i tried !pip install and !git clone mlxtend, also tried to install the dev version but for some reason it's not working either (i already managed to install the dev version in Colab for another projet).
I tried importing plot_decision_regions and that one works.
Steps/Code to Reproduce
Expected Results
Actual Results
ImportError: cannot import name 'plot_pca_correlation_graph' from 'mlxtend.plotting' (/usr/local/lib/python3.7/dist-packages/mlxtend/plotting/init.py)
Versions
MLxtend 0.14.0
Linux-5.4.188+-x86_64-with-Ubuntu-18.04-bionic
Python 3.7.13 (default, Apr 24 2022, 01:04:09)
[GCC 7.5.0]
Scikit-learn 1.0.2
NumPy 1.21.6
SciPy 1.4.1
Beta Was this translation helpful? Give feedback.
All reactions