Skip to contents

Computes the out-of-bag (OOB) predictions for all observations in training data by tree, returning a matrix. This is useful for debugging or other analyses

Usage

YARF_all_oob_results_matrix(yarf_mod)

Arguments

yarf_mod

The yarf model object such that YARF_update_with_oob_validation_results has been run before on a user-determined proportion of OOB samples as data validation.

Author

Adam Kapelner