predict.EATBoost {boostingDEA}R Documentation

Model prediction for EATBoost algorithm

Description

This function predicts the expected output by a EATBoost object.

Usage

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

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.

Value

data.frame with the predicted values.


[Package boostingDEA version 0.1.0 Index]