Skip to contents

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 MLModel.

Record

[required] A map of variable name-value pairs that represent an observation.

PredictEndpoint

[required]