Learn R Programming

boostingDEA (version 0.1.0)

predict.EATBoost: Model prediction for EATBoost algorithm

Description

This function predicts the expected output by a EATBoost object.

Usage

# S3 method for EATBoost
predict(object, newdata, x, ...)

Value

data.frame with the predicted values.

Arguments

object

A EATBoost object.

newdata

data.frame. Set of input variables to predict on.

x

Inputs index.

...

further arguments passed to or from other methods.