EvaluationResult class

The evaluation results for the training of a model.

Constructors

EvaluationResult({double? f1Score, Summary? summary})
EvaluationResult.fromJson(Map<String, dynamic> json)
factory

Properties

f1Score double?
The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary Summary?
The S3 bucket that contains the training summary.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited