Get variable names and values associated with an estimator
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)
object |
A trained estimator model. |
variable |
(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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.