boosting_predictions: Boosted regression trees predictions

boosting_predictionsR Documentation

Boosted regression trees predictions

Description

Boosted regression trees predictions

Details

These data have a set of holdout predictions from 10-fold cross-validation and a separate collection of test set predictions from the same boosted tree model. The data were generated using the sim_regression function in the modeldata package.

Value

boosting_predictions_oob,boosting_predictions_test

tibbles

Examples

data(boosting_predictions_oob)
str(boosting_predictions_oob)
str(boosting_predictions_test)

probably documentation built on July 10, 2023, 2:03 a.m.