Learn R Programming

RemixAutoML (version 0.5.0)

XGBoostArgsCheck: XGBoostArgsCheck

Description

XGBoostArgsCheck

Usage

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
)

Arguments

GridTune.

Passthrough

model_path.

Passthrough

metadata_path.

Passthrough

Trees.

Passthrough

max_depth.

Passthrough

eta.

Passthrough

min_child_weight.

Passthrough

subsample.

Passthrough

colsample_bytree.

Passthrough

Value

A list containing data.table's with the parameters shuffled and ready to test in the bandit framework

See Also

Other XGBoost Helpers: XGBoostDataPrep(), XGBoostFinalParams(), XGBoostGridParams(), XGBoostRegressionMetrics()