Skip to content

Navigation Menu

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

Please extend the loss-functions in SGDRegressor to allow incremental learning of Poisson / Gamma / Tweedie regressors #29600

Copy link
Copy link
Open
@alexshtf

Description

@alexshtf
Issue body actions

Describe the workflow you want to enable

I would like SGDRegressor to be able to accept additional values in its 'loss' arguments to be able to incrementally train additional regressors, that are currently available in SkLearn in the form of non-incremental regressors (PoissonRegressor / GammaRegressor/TweedieRegressor).

Describe your proposed solution

Add additional loss function implementations (providing gradients) to support the additional regressor types.

Describe alternatives you've considered, if relevant

Learning with L1/L2 loss in log-space. But it doesn't work well when the label of a given sample is zero. Poisson regression handles it gracefully.

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Needs decision
Show more project fields

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.