Description Usage Arguments Examples
View source: R/LassoLogisticRegression.R
Create setting for lasso logistic regression
1 2 3 4 5 6 | setLassoLogisticRegression(
variance = 0.01,
seed = NULL,
threads = -1,
useCrossValidation = TRUE
)
|
variance |
a single value used as the starting value for the automatic lambda search |
seed |
An option to add a seed when training the model |
threads |
An option to set number of threads when training model |
useCrossValidation |
Set this to FALSE if you want to train a LR with a preset varience |
1 | model.lr <- setLassoLogisticRegression()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.