API Documentation¶
Models¶
|
Sparse ho ElasticNet model (inner problem). |
|
Linear Model trained with L1 prior as regularizer (aka the Lasso). |
|
The simplex support vector regression without bias The optimization problem is solved in the dual. |
|
Sparse Logistic Regression classifier. |
|
Support Vector Machine classifier without bias. |
|
The support vector regression without bias. |
|
Linear Model trained with weighted L1 regularizer (aka weighted Lasso). |
Criterion¶
|
Cross-validation loss. |
|
Smoothed version of the Stein Unbiased Risk Estimator (SURE). |
|
Held out loss for quadratic datafit. |
|
Smooth Hinge loss. |
|
Logistic loss on held out data |
|
Multiclass logistic loss. |
Algorithms¶
|
Algorithm to compute the hypergradient using implicit differentiation. |
|
Algorithm to compute the hypergradient using implicit forward differentiation. |
|
Algorithm to compute the hypergradient using forward differentiation of proximal coordinate descent. |
|
Algorithm to compute the hypergradient using backward differentiation. |
Optimizers¶
|
ADAM optimizer for the outer problem. |
|
Gradient descent for the outer problem. |
|
Gradient descent with line search for the outer problem. |
Functions¶
Utils¶
|
Class used to store computed metrics at each iteration of the outer loop. |