These are not intended for use by the general public.
check_rset(x)check_workflow(x, pset = NULL, check_dials = FALSE)
check_metrics(x, object)
check_initial(x, pset, wflow, resamples, metrics, ctrl, checks = "grid")
val_class_or_null(x, cls = "numeric", where = NULL)
val_class_and_single(x, cls = "numeric", where = NULL)
estimate_tune_results(x, ...)
metrics_info(x)
new_iteration_results(
x,
parameters,
metrics,
outcomes = character(0),
rset_info,
workflow
)
get_tune_colors()
encode_set(x, pset, as_matrix = FALSE, ...)
check_time(origin, limit)
pull_rset_attributes(x)
empty_ellipses(...)
is_recipe(x)
is_preprocessor(x)
is_workflow(x)
An object.
A parameters
object.
A logical for check for a NULL parameter object.
A workflow
object.
A workflow
object.
An rset
object.
A metric set.
A control_grid
object.
A character vector of possible classes
A character string for the calling function.
Other options
A parameters
object.
A character vector of outcome names.
Attributes from an rset
object.
The workflow used to fit the iteration results.
A logical for the return type.
The calculation start time.
The allowable time (in minutes).