XGBoostArgsCheck
XGBoostArgsCheck(
GridTune. = GridTune,
model_path. = model_path,
metadata_path. = metadata_path,
Trees. = NTrees,
max_depth. = max_depth,
eta. = eta,
min_child_weight. = min_child_weight,
subsample. = subsample,
colsample_bytree. = colsample_bytree
)
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
Passthrough
A list containing data.table's with the parameters shuffled and ready to test in the bandit framework
Other XGBoost Helpers:
XGBoostDataPrep()
,
XGBoostFinalParams()
,
XGBoostGridParams()
,
XGBoostRegressionMetrics()