train_model4_outer_fold | R Documentation |
Train model 4 - Process the outer fold
train_model4_outer_fold(
dat,
response_name,
outer_train_index,
random_state,
inner_cv_folds = 5,
rf_grid = NULL,
verbose = TRUE,
...
)
dat |
a |
response_name |
column name of the response. |
outer_train_index |
outer train sample indexes. |
random_state |
random seed. |
inner_cv_folds |
inner cross-validation fold number. |
rf_grid |
A data frame with possible tuning values. See |
verbose |
A bool. |
a list of two attributes, a data.frame
of calibrated
probabilities and response variable, and a vector of selected features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.