prune_c_outperformance: Prune subsets by out-performance
Description
Prune subsets by out-performance
Usage
prune_c_outperformance(loss_info, lambda, depth = NULL)
Arguments
loss_info
loss data in unseen observations
depth
depth size how large is the maximum size
of the subsets. If NULL, defaults to no. of predictors
minus one.