local

matching.local

Functions for performing matching locally.

Functions

Name Description
build_local_file_paths Construct the paths for the input and output datasets for a party.
load_embedder Load an embedder from a pickle in the local data directory.

build_local_file_paths

matching.local.build_local_file_paths(party)

Construct the paths for the input and output datasets for a party.

Parameters

Name Type Description Default
party str Name of the party. required

Returns

Type Description
str Location of the party data.
str Location to put the party results.

load_embedder

matching.local.load_embedder()

Load an embedder from a pickle in the local data directory.

Returns

Type Description
pprl.embedder.embedder.Embedder Reformed embedder instance.