Skip to main content
Version: 25.2

templates.SequenceModelTemplateSchema

class templates.SequenceModelTemplateSchema(*args, **kwargs)

Sequence Model template

Parameters

NameTypeDefaultInfo
fieldstrField storing the output of a ModelFeaturizer.
labelstrThe label type to extract from the model output field.
include_fieldsList[str]The fields to include in the model featurization.
model_typestr
The specific model used, must be contained in:

[“sdnet”]

model_namestrA user specified string name given to the trained model.
dirpathstrThe path to the stored model in minio.
unique_model_nameOptional[str]NoneA unique name for the model, usually the same as dirpath.