Skip to content

/AWS1/CL_REKEVALUATIONRESULT

The evaluation results for the training of a model.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_f1score TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

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.

io_summary TYPE REF TO /AWS1/CL_REKSUMMARY /AWS1/CL_REKSUMMARY

The S3 bucket that contains the training summary.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_F1SCORE() Getter for F1SCORE, with configurable default
ASK_F1SCORE() Getter for F1SCORE w/ exceptions if field has no value
STR_F1SCORE() String format for F1SCORE, with configurable default
HAS_F1SCORE() Determine if F1SCORE has a value

Summary

The S3 bucket that contains the training summary.

Accessible with the following methods

Method Description
GET_SUMMARY() Getter for SUMMARY