forecastservice_get_accuracy_metrics {paws.machine.learning} | R Documentation |
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation
Description
Provides metrics on the accuracy of the models that were trained by the create_predictor
operation. Use metrics to see how well the model performed and to decide whether to use the predictor to generate a forecast. For more information, see Predictor Metrics.
See https://www.paws-r-sdk.com/docs/forecastservice_get_accuracy_metrics/ for full documentation.
Usage
forecastservice_get_accuracy_metrics(PredictorArn)
Arguments
PredictorArn |
[required] The Amazon Resource Name (ARN) of the predictor to get metrics for. |
[Package paws.machine.learning version 0.9.0 Index]