predict.EATBoost: Model prediction for EATBoost algorithm

View source: R/Predictions.R

predict.EATBoostR 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.


boostingDEA documentation built on May 31, 2023, 6:33 p.m.