Class: Aws::Comprehend::Types::FlywheelModelEvaluationMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::FlywheelModelEvaluationMetrics
- 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
-
#average_accuracy ⇒ Float
Average accuracy metric for the model.
-
#average_f1_score ⇒ Float
The average F1 score from the evaluation metrics.
-
#average_precision ⇒ Float
Average precision metric for the model.
-
#average_recall ⇒ Float
Average recall metric for the model.
Instance Attribute Details
#average_accuracy ⇒ Float
Average accuracy metric for the model.
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_score ⇒ Float
The average F1 score from the evaluation metrics.
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_precision ⇒ Float
Average precision metric for the model.
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_recall ⇒ Float
Average recall metric for the model.
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 |