Description Usage Arguments Value
buildLASSO
builds a model using the cv.glmnet
function
from the glmnet
package.
1 | buildLASSO(object, top = 0, ...)
|
object |
An |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
... |
Arguments passed to the detailed function. |
Returns an ExprsModel
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.