Metrics for a single confidence threshold.
.. attribute:: confidence_threshold
Output only. The confidence threshold value
used to compute the metrics. Only annotations
with score of at least this threshold are
considered to be ones the model would return.
:type: float
Attributes
Name
Description
recall
float
Output only. Recall under the given
confidence threshold.
precision
float
Output only. Precision under the given
confidence threshold.
f1_score
float
Output only. The harmonic mean of recall and
precision.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]