load_xgb | R Documentation |
Loads the tuned XGBoost model object within the EFAfactors
package
into the global environment and retrieves it for use. Only the core model is retained to reduce the size.
load_xgb()
The tuned XGBoost model object
library(EFAfactors)
xgb_model <- load_xgb()
print(xgb_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.