Construct a pre-configured recipes::recipe() suitable for fitting a
false-positive filter on the output of match_features(). Tags ID
columns (searched, found, match_id) with role "id", sets
equal as the outcome, and keeps every other numeric column as a
predictor. Requires the suggested recipes package.
Arguments
- features
A
Match_Featuresobject.- labels
A labels
data.tablewithequal(as forfit_filter()).- ...
Reserved for future expansion.
Value
A recipes::recipe() object.
