templates.SequenceModelTemplateSchema
- class templates.SequenceModelTemplateSchema(*args, **kwargs)
Sequence Model template
- Parameters:
field (str) – Field storing the output of a ModelFeaturizer
label (str) – The label type to extract from the model output field.
include_fields (List[str]) – The fields to include in the model featurization.
model_type (str) –
- The specific model used, must be contained in:
[“sdnet”]
model_name (str) – A user specified string name given to the trained model.
dirpath (str) – The path to the stored model in minio.
unique_model_name (Optional[str] = None) – A unique name for the model, usually the same as dirpath.