powered by
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.
EFAfactors
load_xgb()
The tuned XGBoost model object
library(EFAfactors) xgb_model <- load_xgb() print(xgb_model)
Run the code above in your browser using DataLab