These are not to be meant to be invoked directly by users.
forge_from_workflow(new_data, workflow)finalize_workflow_preprocessor(workflow, grid_preprocessor)
.estimate_metrics(dat, metric, param_names, outcome_name, event_level)
.load_namespace(x)
.catch_and_log(.expr, ..., bad_only = FALSE, notes)
.catch_and_log_fit(.expr, ..., notes)
A data frame or matrix of predictors to process.
A workflow.
A tibble with parameter information.
A data set.
A metric set.
A character vector of tuning parameter names.
A character string for the column of dat
that is the
outcome.
A logical passed from the control function.
A character vector of package names.
Code to execute.
Object to pass to the internal tune_log()
function.
A logical for whether warnings and errors should be caught.
Character data to add to the logging.