train_model5_inner_fold | R Documentation |
Train model 5 - process the inner fold
train_model5_inner_fold(
outer_train,
response_name,
random_state,
inner_cv_folds = 5,
calibration_youden_index_threshold = 0.9,
calibration_lambda_min_ratio = 1e-06,
rf_grid = NULL,
verbose = TRUE,
...
)
outer_train |
a |
response_name |
column name of the response. |
random_state |
random seed. |
inner_cv_folds |
inner cross-validation fold number. |
calibration_youden_index_threshold |
a float of Youden index threhold. Default to 0.9. |
calibration_lambda_min_ratio |
see |
rf_grid |
A data frame with possible tuning values. See |
verbose |
A bool. |
a list of two models of random forest and calibration model respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.