load_xgb: Load the Tuned XGBoost Model

View source: R/load.R

load_xgbR Documentation

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()

Value

The tuned XGBoost model object

Examples

library(EFAfactors)

xgb_model <- load_xgb()
print(xgb_model)



EFAfactors documentation built on Sept. 30, 2024, 1:06 a.m.