Skip to contents

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.

Usage

joinery_recipe(features, labels, ...)

Arguments

features

A Match_Features object.

labels

A labels data.table with equal (as for fit_filter()).

...

Reserved for future expansion.

Value

A recipes::recipe() object.