API Documentation¶
Estimators¶
|
Generic generalized linear estimator. |
|
Elastic Cox estimator with Efron and Breslow estimate. |
|
Elastic net estimator. |
|
GroupLasso estimator based on Celer solver and primal extrapolation. |
|
Lasso estimator based on Celer solver and primal extrapolation. |
|
LinearSVC estimator, with hinge loss. |
|
Sparse Logistic regression estimator. |
|
Linear regression with MCP penalty estimator. |
|
MultiTaskLasso estimator. |
|
WeightedLasso estimator based on Celer solver and primal extrapolation. |
Penalties¶
|
Box constraint penalty. |
|
`ell_(0.5)` non-convex quasi-norm penalty. |
|
`ell_1` penalty. |
|
`ell_1 + ell_2` penalty (aka ElasticNet penalty). |
|
`ell_2` penalty. |
|
`ell_(2/3)` quasi-norm non-convex penalty. |
|
Log sum penalty. |
|
Minimax Concave Penalty (MCP), a non-convex sparse penalty. |
Positivity constraint penalty. |
|
|
Weighted L1 penalty. |
|
Weighted Group L2 penalty. |
|
Weighted Minimax Concave Penalty (MCP), a non-convex sparse penalty. |
|
Smoothly Clipped Absolute Deviation. |
|
Block Smoothly Clipped Absolute Deviation. |
|
Sorted L-One Penalized Estimation (SLOPE) penalty. |
Datafits¶
|
Cox datafit for survival analysis. |
|
Gamma datafit. |
|
Huber datafit. |
|
Logistic datafit with labels in {-1, 1}. |
|
Logistic datafit used with group penalties. |
|
Poisson datafit. |
Quadratic datafit. |
|
|
Quadratic datafit used with group penalties. |
A Quadratic SVC datafit used for classification tasks. |
|
|
Weighted Quadratic datafit to handle sample weights. |
Solvers¶
|
Coordinate descent solver with working sets and Anderson acceleration. |
|
ISTA solver with Nesterov acceleration (FISTA). |
|
Coordinate descent solver keeping the gradients up-to-date with Gram updates. |
|
Block coordinate descent solver for group problems. |
|
Group Prox Newton solver combined with working sets. |
|
A wrapper for scipy L-BFGS solver. |
|
Block coordinate descent solver for multi-task problems. |
|
Prox Newton solver combined with working sets. |
Experimental¶
|
Reweighted L1-norm estimator. |
|
Primal-Dual Coordinate Descent solver with working sets. |
|
Pinball datafit. |
Unnormalized square root quadratic datafit. |
|
|
Square root Lasso estimator based on Prox Newton solver. |