Skip to content

Commit 96a1d18

Browse files
committed
.
1 parent 46dfc12 commit 96a1d18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/best-practices/training.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ Precision, Recall, F1-Score, AUPRC and AUROC will be calculated for the test dat
102102
The metrics will be calculated for each class as well as a macro-average across all classes.
103103
Threshold based metrics will be calculated with the default threshold of 0.5 as well as an optimal threshold.
104104

105-
The results along with the optimal threshold will be shown in the GUI and also saved to a CSV file in the output directory.
105+
Results for the default threshold will be shown in the GUI.
106+
The complete results, including results for the optimal threshold, will be saved to a CSV file in the output directory.
106107

107108
.. hint::
108109
The optimal threshhold is selected based on the F1-Score. This might cause precision or recall to be lower than on the default threshhold.

0 commit comments

Comments
 (0)