10000 Add IRLS solver for linear models · Issue #16634 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Add IRLS solver for linear models #16634
@rth

Description

@rth

The Iteratively reweighted least squares (IRLS) solver, initially proposed in #9405 could be used in several linear models, for instance,

  • LogisticRegression
  • TwieedieRegression (including Poisson & Gamma) etc

Preliminary benchmarks for TweedieRegression were done in #9405 (comment) and demonstrated that IRLS could be competitive (or faster than other solvers including LBFGS) when n_features ≤ 10-20. More detailed benchmarks with a careful consideration of the stopping criterion would be necessary.

Also see: #16635 #16637

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

      0