initialize_modeling_system_pro | R Documentation |
Initializes the prognostic modeling system by loading required
packages and registering default prognostic models (Lasso, Elastic Net, Ridge,
Random Survival Forest, Stepwise Cox, GBM for Cox). This function should
be called once before using run_models_pro()
or ensemble methods.
initialize_modeling_system_pro()
Invisible NULL. Initializes the internal model registry.
# Initialize the system (typically run once at the start of a session or script)
initialize_modeling_system_pro()
# Check if models are now registered
print(names(get_registered_models_pro()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.