Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yellowbrics conflict with matplotlib: use_line_collection in cause! #1312

Open
celestinoxp opened this issue Jan 31, 2024 · 0 comments
Open

Comments

@celestinoxp
Copy link

Describe the bug

the latest version of matplotlib does not allow the use of use_line_collection.
I'm doing a PR where errors are generated because I have matplotlib and yellowbrics (indirect dependency).

you should remove use_line_collection in yellowbrick/regressor/influence.py line 184

My PR in cause:
https://github.com/pycaret/pycaret/actions/runs/7725049444/job/21058470248?pr=3857

celestinoxp added a commit to celestinoxp/pycaret that referenced this issue Jan 31, 2024
I thought that the use_line_collection error was from the shap package, but after all it is reproduced by matplotlib and the cause is in the yellowbrics package, that is, yellowbrics should remove use_line_collection.
I opened an issue: DistrictDataLabs/yellowbrick#1312 and as soon as it is resolved, we should update the yellowbrics version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant