LassoAdmm
scalation.optimization.LassoAdmm
object LassoAdmm
The LassoAdmm
object performs LASSO regression using Alternating Direction Method of Multipliers (ADMM). Minimize the following objective function to find an optimal solutions for x.
argmin_x (1/2)||Ax − b||_2^2 + λ||x||_1
A = data matrix
b = response vector
λ = weighting on the l_1 penalty
x = solution (coefficient vector)
Attributes
- See also
-
euler.stat.yale.edu/~tba3/stat612/lectures/lec23/lecture23.pdf
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LassoAdmm.type
Members list
In this article