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. Seeapply_options().- Returns
The resultant operation.
- Return type
-
predict(**options)[source]¶ Suggest labels for unverified records.
- Parameters
**options – Options passed to underlying
Operation. Seeapply_options().- Returns
The resultant operation.
- Return type
-
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
-