EvaluationResult

The evaluation results for the training of a model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The S3 bucket that contains the training summary.

Functions

Link copied to clipboard
inline fun copy(block: EvaluationResult.Builder.() -> Unit = {}): EvaluationResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String