Description Usage Arguments Value
These helper functions extract the names and values of variables in the graphs associated with trained estimator models.
1 2 3 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.