predict.EATBoost {boostingDEA} | R Documentation |
This function predicts the expected output by a EATBoost
object.
## S3 method for class 'EATBoost'
predict(object, newdata, x, ...)
object |
A |
newdata |
|
x |
Inputs index. |
... |
further arguments passed to or from other methods. |
data.frame
with the predicted values.