Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add baseline estimator to HGBT #27109

Copy link
Copy link
Open
@lorentzenchr

Description

@lorentzenchr
Issue body actions

Describe the workflow you want to enable

I would like to specify a baseline estimator like in GradientBoostingRegressor(init=MyCoolBaselineEstimator_Maybe_a_linear_model).

Describe your proposed solution

Add a parameter baseline (or if has to be the same, then init) to HistGradientBoostingRegressor and HistGradientBoostingClassifier.

Describe alternatives you've considered, if relevant

The StackingClassifier does not do the same thing.

Additional context

In particular a linear model as baseline could

  1. Improve fit time
  2. Allow for non-constant extrapolation on important features, quite in contrast to trees.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.