train_model2_inner_fold | R Documentation |
Train model 2 - process the inner fold
train_model2_inner_fold(
outer_train,
response_name,
inner_cv_folds = 5,
random_state,
rf_grid = NULL,
verbose = TRUE,
...
)
outer_train |
a |
response_name |
column name of the response. |
inner_cv_folds |
inner cross-validation fold number. |
random_state |
random seed. |
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.