Skip to content

Commit 7ae6a07

Browse files
Merge pull request #805 from birdnet-team/documentation-update
added hint about optimal threshhold in documentation
2 parents a887626 + 96a1d18 commit 7ae6a07

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/best-practices/training.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ 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.
107+
108+
.. hint::
109+
The optimal threshhold is selected based on the F1-Score. This might cause precision or recall to be lower than on the default threshhold.
106110

107111
3.5 Model Save Mode
108112
##########################

0 commit comments

Comments
 (0)