Skip to content

[MRG] Remove dead code from BaseGradientBoosting#14405

Merged
TomDLT merged 1 commit intoscikit-learn:masterfrom
sebp:gb-dead-code
Jul 18, 2019
Merged

[MRG] Remove dead code from BaseGradientBoosting#14405
TomDLT merged 1 commit intoscikit-learn:masterfrom
sebp:gb-dead-code

Conversation

@sebp
Copy link
Copy Markdown
Contributor

@sebp sebp commented Jul 18, 2019

This pull request removes dead code from BaseGradientBoosting related to min_weight_leaf that is not used anymore.

It was originally introduced in commit 6f335af, but it seems it is unused since commit 02c0029.

The code related to min_weight_leaf is not used anymore.

It was originally introduced in commit 6f335af.
The code is unused since commit 02c0029.
Copy link
Copy Markdown
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

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

Can confirm these are the only occurrences of min_weight_leaf in this file.

Thanks @sebp!

@TomDLT TomDLT merged commit 7b346e7 into scikit-learn:master Jul 18, 2019
@TomDLT
Copy link
Copy Markdown
Member

TomDLT commented Jul 18, 2019

Thanks !

@sebp sebp deleted the gb-dead-code branch July 18, 2019 19:39
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