Skip to content

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

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 1 commit into from
Sep 6, 2018
Merged

Conversation

vivekk0903
Copy link
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
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