Machine Learning Model

class tamr_unify_client.base_model.MachineLearningModel(client, data, alias=None)[source]

A Tamr Machine Learning model.

train(**options)[source]

Learn from verified labels.

Parameters

**options – Options passed to underlying Operation . See apply_options() .

Returns

The resultant operation.

Return type

Operation

predict(**options)[source]

Suggest labels for unverified records.

Parameters

**options – Options passed to underlying Operation . See apply_options() .

Returns

The resultant operation.

Return type

Operation

delete()

Deletes this resource. Some resources do not support deletion, and will raise a 405 error if this is called.

Returns

HTTP response from the server

Return type

requests.Response

property relative_id

str

Type

type

property resource_id

str

Type

type