boosting_predictions {probably} | R 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)
[Package probably version 1.0.3 Index]