setLassoLogisticRegression: Create setting for lasso logistic regression

Description Usage Arguments Examples

View source: R/LassoLogisticRegression.R

Description

Create setting for lasso logistic regression

Usage

1
2
3
4
5
6
setLassoLogisticRegression(
  variance = 0.01,
  seed = NULL,
  threads = -1,
  useCrossValidation = TRUE
)

Arguments

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

Examples

1

hxia/plp-git-demo documentation built on March 19, 2021, 1:54 a.m.