Class ModelType (1.24.0)

ModelType(value)

Indicates the type of the Model.

Attributes

NameDescription
LINEAR_REGRESSION int
Linear regression model.
LOGISTIC_REGRESSION int
Logistic regression based classification model.
KMEANS int
K-means clustering model.
TENSORFLOW int
[Beta] An imported TensorFlow model.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > ModelType