Skip to content

Better selection of the default solver for Ridge based on the shape of data #14269

@ogrisel

Description

@ogrisel

As reported in the discussion of #13923, Ridge(solver="cholesky") can be significantly faster than the default setting for tall dense X.

We should explore the opportunity to use a better heuristic to select the default solver based on the shape of the input data.

One would need to run some benchmarks to design a better heuristic and also evaluate the (lack of) impact of alpha for the choice of the default solver.

Related issue for Ordinary Least Squares (no penalty): #14268

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions