Skip to content

[MRG] Updated documentation of fit() for X type in gradient_boosting.py#12022

Merged
jnothman merged 1 commit intoscikit-learn:masterfrom
vivekk0903:patch-3
Sep 6, 2018
Merged

[MRG] Updated documentation of fit() for X type in gradient_boosting.py#12022
jnothman merged 1 commit intoscikit-learn:masterfrom
vivekk0903:patch-3

Conversation

@vivekk0903
Copy link
Copy Markdown
Contributor

Reference Issues/PRs

Fixes #12021

What does this implement/fix? Explain your changes.

Updated fit() method documentation of BaseGradientBoosting for X type to include sparse matrices because both GradientBoostingClassifier and GradientBoostingRegressor support sparse matrices in fit()

Updated fit() method documentation of BaseGradientBoosting for X type to include sparse matrices because both GradientBoostingClassifier and GradientBoostingRegressor support sparse matrices in fit
@jnothman
Copy link
Copy Markdown
Member

jnothman commented Sep 6, 2018

Thanks

@jnothman jnothman merged commit 3a80162 into scikit-learn:master Sep 6, 2018
@vivekk0903 vivekk0903 deleted the patch-3 branch September 6, 2018 09:13
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 6, 2018
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 17, 2018
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.

GradientBoostingClassifier and GradientBoostingRegressor fit() method documentation

2 participants