Score boosted rank trees one specimen at a time
Source:R/singlesample-ranktree-ensemble-scorers.R
score_reo_rankboost.RdScore boosted rank trees one specimen at a time
Arguments
- model
A `reo_rankboost_model` returned by [fit_reo_rankboost()].
- X
Numeric matrix of samples containing every raw feature selected and frozen by the fitted backend. Unselected training features are optional. An intercept-only state has no selected raw features.
- meta
Optional row-aligned metadata, accepted for canonical dispatch and otherwise ignored.