-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Yellowbrick-Matplotlib incompatibility (#28)
* Yellowbrick matploltib incompatibility fix; expanded tests; replaced print with warning * Updated action versions * Added env variable for matploltib installation * Excluding windows tests on python 3.10 * Fixed typo * Updated changelog, removed graphviz installation * Removed graphviz installation; Used "agg" as mpl backend * Monkey patched yellowbrick.regressor.CooksDistance.draw() * Changed to private method * Update __init__.py
- Loading branch information
1 parent
107a31c
commit 6dff9b6
Showing
5 changed files
with
75 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters