Skip to content

MAINT/DOC update CI and add note to doc regarding matplotlib #13720

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

Merged
merged 3 commits into from
Apr 26, 2019

Conversation

glemaitre
Copy link
Member

@glemaitre glemaitre commented Apr 25, 2019

partially address #13335

I added matplotlib to the ubuntu build and update the documentation.

doc/install.rst Outdated
@@ -21,6 +21,9 @@ Scikit-learn requires:
- NumPy (>= 1.11.0),
- SciPy (>= 0.17.0).

Scikit-learn plotting capabilities require Matplotlib (>= 1.5.1). Some of the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(i.e., functions start with "plot_")

@qinhanmin2014
Copy link
Member

I guess we need to leave #13335 open since we still need to clean the code in plot_tree.

Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good otherwise.

doc/install.rst Outdated
@@ -21,6 +21,9 @@ Scikit-learn requires:
- NumPy (>= 1.11.0),
- SciPy (>= 0.17.0).

Scikit-learn plotting capabilities require Matplotlib (>= 1.5.1). Some of the
scikit-learn examples might require one or more extra dependencies:
scikit-image (>= 0.12.3), pandas (>= 0.18.0), and joblib (>= 0.11)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

joblib is not an extra dependency -- you won't be able to import sklearn without it ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true from now on.

@qinhanmin2014 qinhanmin2014 merged commit abbfb34 into scikit-learn:master Apr 26, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
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

Successfully merging this pull request may close these issues.

3 participants