powered by
This function has been deprecated; please use hardhat::extract_parameter_dials() instead.
hardhat::extract_parameter_dials()
pull_dials_object() can extract a single dials parameter object from different types of objects (e.g. parameter sets, recipes, etc.).
pull_dials_object()
dials
pull_dials_object(x, id, ...)
A dials parameter object.
The results of a call to parameters(), a recipe, model specification, or workflow.
parameters()
A single string for the id of the parameter.
id
Not currently used.
glmn_param <- parameters(lambda = penalty(), mixture()) # pull_dials_object(glmn_param, "lambda") # -> extract_parameter_dials(glmn_param, "lambda")
Run the code above in your browser using DataLab