Categorization

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

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

Parameters

project (CategorizationProject) – Tamr Categorization project

Return type

Operation

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

Train the categorization model according to verified labels and wait for the operation to complete

Parameters

project (CategorizationProject) – Tamr Categorization project

Return type

Operation

tamr_client.categorization.update_results(session, project)[source]

Generate classifications based on the latest categorization model and wait for the operation to complete

Parameters

project (CategorizationProject) – Tamr Categorization project

Return type

Operation

tamr_client.categorization.manual_labels(session, project)[source]

Get manual labels from a Categorization project.

Parameters

project (CategorizationProject) – Tamr project containing labels

Return type

Dataset

Returns

Dataset containing manual labels

Raises