Description Usage Arguments Value
R package for the alternate features search proposed in the following paper. S. Hara, T. Maehara, Finding Alternate Features in Lasso, arXiv:1611.05940, 2016. Complete and original Python code is available from https://github.com/sato9hara/LassoVariants
1 2 3 4 5 6 7 8 9 10 11 |
X |
[matrix] Desgin matrix |
y |
[vector] Response valuables |
model |
|
rho |
[numeric] Cut-off value. See |
featurename |
[character vector] If NULL, set colnames(X) |
verbose |
Show message during fit. default is |
... |
Other options path to |
obj |
"AlternateLasso" class object. |
... |
adjuster options path to |
obj |
"AlternateLasso" class object. |
"AlternateLasso" class object. A list of original model and alternative features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.