You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: