Skip to content

Commit c2a1a47

Browse files
committed
Clarify threshold documentation
1 parent 9800b1e commit c2a1a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ echo $redacted;
137137

138138
## Thresholds
139139

140-
The classifier uses a default threshold of `0.5`. The threshold is the minimum confidence score an entity must meet before it is returned. Increasing the threshold returns fewer, higher-confidence entities, while decreasing it may return more entities with lower confidence.
140+
The classifier uses a default threshold of `0.5`. Only entities with a confidence score equal to or greater than the threshold will be returned.
141141

142142
You may provide a threshold at runtime when classifying text:
143143

0 commit comments

Comments
 (0)