These helper functions extract the names and values of variables in the graphs associated with trained estimator models.
variable_names(object)variable_value(object, variable = NULL)
A trained estimator model.
(Optional) Names of variables to extract as a character vector. If not specified, values for all variables are returned.
For variable_names(), a vector of variable names. For variable_values(), a named list of variable values.