Skip to content

Alternative solvers for QuantileRegressor #20132

Open
@glemaitre

Description

@glemaitre

QuantileRegressor has been implemented in #9978
However, it was reported to have an issue with large array of data where linear programming solvers require to form huge matrices for the optimization problem.

A potential solution is to have an online solver using partial_fit. However, it is not clear which solvers would be best to solve this issue.

Has proposed by @agramfort #9978 (comment), we should benchmark the different available solvers before making an implementation choice.

Pinging @RPyElec @avidale @agramfort @lorentzenchr @GaelVaroquaux that were involved in the discussion in the former pull-request.

Tasks:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Discussion

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions