Amazon Comprehend · Example Payload

Openapi.Yml Classifier Evaluation Metrics Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Classifier Evaluation Metrics Example is an example object payload from Amazon Comprehend, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccuracyPrecisionRecallF1ScoreMicroPrecisionMicroRecallMicroF1ScoreHammingLoss

Example Payload

Raw ↑
{
  "Accuracy": "example-string",
  "Precision": "example-string",
  "Recall": "example-string",
  "F1Score": "0.98",
  "MicroPrecision": "example-string",
  "MicroRecall": "example-string",
  "MicroF1Score": "0.98",
  "HammingLoss": "example-string"
}