Skip to content

[MRG] Fix GBDT init parameter when it's a pipeline#13472

Merged
jnothman merged 8 commits intoscikit-learn:masterfrom
NicolasHug:fix_gbdt_init_pipeline
Mar 27, 2019
Merged

[MRG] Fix GBDT init parameter when it's a pipeline#13472
jnothman merged 8 commits intoscikit-learn:masterfrom
NicolasHug:fix_gbdt_init_pipeline

Conversation

@NicolasHug
Copy link
Copy Markdown
Member

Reference Issues/PRs

Fixes #13466

What does this implement/fix? Explain your changes.

This PR fixes the support of the init estimator of GBDTs when init is a pipeline.

Note that pipeline do not support sample weights.

Any other comments?

Loading
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.

GradientBoostingRegressor initial estimator does not play together with Pipeline

5 participants