Check whether a deployment scorer is single-sample deployable
Source:R/singlesample-deploy.R
is_singlesample_deployable.RdUser-facing wrapper over singlesample_is_row_equivariant. Supply
representative probe rows in X_probe; the check asks whether each
specimen's singleton score equals the same row's score inside a batch, with
the model state unchanged during scoring.
Arguments
- deployable
A
singlesample_deployableobject fromdeploy_singlesample.- X_probe
Numeric matrix/data frame of probe rows. If
NULL, the check cannot be run; callers should supply probe rows from the intended panel or validation surface.