boosterCpp.Rd
Fit a boosting model with neural network feature transformation
boosterCpp(
x,
y,
model_name,
n_estimators = 100L,
learning_rate = 0.1,
tolerance = 1e-04,
calibration = FALSE,
seed = 123L,
show_progress = TRUE,
verbose = FALSE
)
Input matrix
Target vector
Name of the base model
Number of boosting iterations
Learning rate for boosting
Convergence tolerance
Whether to calibrate the model
Random seed
Whether to show progress bar
Whether to print detailed output