Solve organic lasso problem with a single value of lambda The lambda values are for slow rates, which could give less satisfying results
olasso_slow(x, y, thresh = 1e-08)
An n
by p
design matrix. Each row is an observation of p
features.
A response vector of size n
.
Threshold value for underlying optimization algorithm to claim convergence. Default to be 1e-8
.