DistrictDataLabs / yellowbrick

Visual analysis and diagnostic tools to facilitate machine learning model selection.
http://www.scikit-yb.org/
Apache License 2.0
4.28k stars 557 forks source link

yellowbrics conflict with matplotlib: use_line_collection in cause! #1312

Open celestinoxp opened 8 months ago

celestinoxp commented 8 months ago

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