Class: Aws::Comprehend::Types::FlywheelModelEvaluationMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

The evaluation metrics associated with the evaluated model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#average_accuracyFloat

Average accuracy metric for the model.

Returns:

  • (Float)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4803

class FlywheelModelEvaluationMetrics < Struct.new(
  :average_f1_score,
  :average_precision,
  :average_recall,
  :average_accuracy)
  SENSITIVE = []
  include Aws::Structure
end

#average_f1_scoreFloat

The average F1 score from the evaluation metrics.

Returns:

  • (Float)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4803

class FlywheelModelEvaluationMetrics < Struct.new(
  :average_f1_score,
  :average_precision,
  :average_recall,
  :average_accuracy)
  SENSITIVE = []
  include Aws::Structure
end

#average_precisionFloat

Average precision metric for the model.

Returns:

  • (Float)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4803

class FlywheelModelEvaluationMetrics < Struct.new(
  :average_f1_score,
  :average_precision,
  :average_recall,
  :average_accuracy)
  SENSITIVE = []
  include Aws::Structure
end

#average_recallFloat

Average recall metric for the model.

Returns:

  • (Float)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4803

class FlywheelModelEvaluationMetrics < Struct.new(
  :average_f1_score,
  :average_precision,
  :average_recall,
  :average_accuracy)
  SENSITIVE = []
  include Aws::Structure
end