lasso_task | R Documentation |
A function that will generate the task list LASSO logistic regression problem.
lasso_task(lam)
lam |
Weight for the L1 penalty |
A list containing all components needed for benchmarking the problem
initfn |
Parameter random initializing function |
fixptfn |
Updating function for the fixed point iteration problem |
objfn |
Function calculating the objective value for current parameter |
... |
Other arguments required in functions above |
Guyon I, Gunn SR, Ben-Hur A, Dror G (2004). Result analysis of the NIPS 2003 feature selection challenge. In: NIPS, volume 4, 545–552.
## Not run: set.seed(54321) problem = lasso_task(lam=1) benchmark( problem, algorithm=c("raw", "squarem", "daarem", "pem", "qn", "nes"), ntimes = 200 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.