Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Huber Loss for HistGradientBoostingRegressor #31542

Open
@AndrewYRoyal

Description

@AndrewYRoyal

Describe the workflow you want to enable

Huber loss is available as an option for GradientBoostingRegressor and works great when training on data with frequent outliers (thank you!). HistGradientBoostingRegressor however does not support Huber loss, which may be required when scaling to larger datasets.

Describe your proposed solution

Add HuberLoss as an option for the HistGradientBoostingRegressor class.

Describe alternatives you've considered, if relevant

Possibly allow custom loss functions for the HistGradientBoostingRegressor

Additional context

No response

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