regressoR (version 2.0.1)

boosting_prediction: boosting_prediction

Description

generates the prediction of a boosting model.

Usage

boosting_prediction(model, test.data, n.trees = 50)

Arguments

model

boosting model(gbm).

test.data

dataframe.

n.trees

number of trees used in the prediction.

See Also

gbm