get_predictors | R Documentation |
This function extracts the predictor names from an 'frm' object.
get_predictors(frm = train_frm())
frm |
An object of class 'frm' from which to extract the predictor names. |
A character vector with the predictor names.
frm <- read_rp_lasso_model_rds()
get_predictors(frm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.