Mastering

tamr_client.mastering.update_unified_dataset(session, project)[source]

Apply changes to the unified dataset and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.estimate_pairs(session, project)[source]

Update the estimated pair counts and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.generate_pairs(session, project)[source]

Generate pairs according to the binning model and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.apply_feedback(session, project)[source]

Train the pair-matching model according to verified labels and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.update_pair_results(session, project)[source]

Update record pair predictions according to the latest pair-matching model and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.update_high_impact_pairs(session, project)[source]

Produce new high-impact pairs according to the latest pair-matching model and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.update_cluster_results(session, project)[source]

Generate clusters based on the latest pair-matching model and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation

tamr_client.mastering.publish_clusters(session, project)[source]

Publish current record clusters and wait for the operation to complete

Parameters

project (MasteringProject) – Tamr Mastering project

Return type

Operation