initialize_modeling_system_dia | R Documentation |
Initializes the diagnostic modeling system by loading required
packages and registering default diagnostic models (Random Forest, XGBoost,
SVM, MLP, Lasso, Elastic Net, Ridge, LDA, QDA, Naive Bayes, Decision Tree, GBM).
This function should be called once before using models_dia()
or ensemble methods.
initialize_modeling_system_dia()
Invisible NULL. Initializes the internal model registry.
# Initialize the system (typically run once at the start of a session or script)
initialize_modeling_system_dia()
# Check if a default model like Random Forest is now registered
"rf" %in% names(get_registered_models_dia())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.