get_registered_models_pro | R Documentation |
Retrieves a list of all prognostic model functions currently registered in the internal environment.
get_registered_models_pro()
A named list where names are the registered model names and values are the corresponding model functions.
register_model_pro
, initialize_modeling_system_pro
# Get all currently registered models
initialize_modeling_system_pro() # Ensure system is initialized
models <- get_registered_models_pro()
names(models) # See available model names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.