Learn R Programming

EFAfactors (version 1.2.2)

load_xgb: Load the Tuned XGBoost Model

Description

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.

Usage

load_xgb()

Arguments

Value

The tuned XGBoost model object

Examples

Run this code
library(EFAfactors)

xgb_model <- load_xgb()
print(xgb_model)


Run the code above in your browser using DataLab