Updates the MLModelName and the ScoreThreshold of an MLModel
Source:R/machinelearning_operations.R
machinelearning_update_ml_model.RdUpdates the MLModelName and the ScoreThreshold of an MLModel.
See https://www.paws-r-sdk.com/docs/machinelearning_update_ml_model/ for full documentation.
Arguments
- MLModelId
[required] The ID assigned to the
MLModelduring creation.- MLModelName
A user-supplied name or description of the
MLModel.- ScoreThreshold
The
ScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThresholdreceive a positive result from theMLModel, such astrue. Output values less than theScoreThresholdreceive a negative response from theMLModel, such asfalse.