get_predictors {FastRet} | 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)