Description Usage Arguments Value Examples
Use Lasso to do feature selection
1 2 | getSignatureFromMultipleGlmnet(df.input, target.vec, nfolds = 10,
logisticRegression = TRUE, nRun = 100, alpha = 1)
|
df.input |
Row is sample, column is feature. Required |
target.vec |
y vector. Required |
nfolds |
glmnet CV nfolds |
logisticRegression |
doing logistic regression or linear regression. |
nRun |
number of glmnet runs |
alpha |
same as in glmnet |
signature
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.