predictLearner.classif.xgboost.earlystop.Rd
This function performs predictions using a trained XGBoost model with early stopping. The function itself does not have any specific purpose; its existence is solely to ensure the proper operation of FF.
# S3 method for class 'classif.xgboost.earlystop'
predictLearner(.learner, .model, .newdata, ...)
A vector of predicted class labels or a matrix of predicted probabilities.