-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Labels
Build / CIDocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted
Description
We've introduced matplotlib dependency in some functions, e.g., plot_tree
(1) We need to document the min version we require (the minimal version of matplotlib for Ubuntu 16.04 is 1.5.1). Maybe also document the classes/functions which depend on matplotlib
(2) We need to install matplotlib in CIs
(3) Maybe we can remove some redundant code, e.g.,
scikit-learn/sklearn/tree/export.py
Lines 544 to 546 in 3f0c5fe
else: | |
# matplotlib <1.5 requires explicit boxstyle | |
self.bbox_args['boxstyle'] = "square" |
jnothman
Metadata
Metadata
Assignees
Labels
Build / CIDocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted