Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EvaluationResult Source #
The evaluation results for the training of a model.
See: newEvaluationResult
smart constructor.
EvaluationResult' | |
|
Instances
newEvaluationResult :: EvaluationResult Source #
Create a value of EvaluationResult
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:summary:EvaluationResult'
, evaluationResult_summary
- The S3 bucket that contains the training summary.
$sel:f1Score:EvaluationResult'
, evaluationResult_f1Score
- 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.
evaluationResult_summary :: Lens' EvaluationResult (Maybe Summary) Source #
The S3 bucket that contains the training summary.
evaluationResult_f1Score :: Lens' EvaluationResult (Maybe Double) Source #
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.