machinelearning_predict {paws.machine.learning} | R Documentation |
Generates a prediction for the observation using the specified ML Model
Description
Generates a prediction for the observation using the specified ML Model
.
See https://www.paws-r-sdk.com/docs/machinelearning_predict/ for full documentation.
Usage
machinelearning_predict(MLModelId, Record, PredictEndpoint)
Arguments
MLModelId |
[required] A unique identifier of the |
Record |
[required] |
PredictEndpoint |
[required] |
[Package paws.machine.learning version 0.9.0 Index]