mlModelType
The category of supervised learning that this MLModel
will address. Choose from the following types:
Choose
REGRESSION
if theMLModel
will be used to predict a numeric value.Choose
BINARY
if theMLModel
result has two possible values.Choose
MULTICLASS
if theMLModel
result has a limited number of values.
For more information, see the Amazon Machine Learning Developer Guide.