Predict using an XGBoost model
tl_predict_xgboost(model, new_data, type = "response", ntreelimit = NULL, ...)Predictions
A tidylearn XGBoost model object
A data frame containing the new data
Type of prediction: "response" (default), "prob" (for classification), "class" (for classification)
Limit number of trees used for prediction (default: NULL, uses all trees)
Additional arguments