Which score does the patience parameter use to decide whether there is improvement or not? #12204
Replies: 1 comment 5 replies
-
In your configuration file, you will see a section looking like:"
This tells Spacy how to combine p/r/f into one score used to measure 'improvement'. Somewehere it says that fractions need not to summ up as 1.00, but I always make sure they do. And I often emphasize the r-score ... just my project. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question about the patience parameter. I know that patience = 1600 means that if training goes for 1600 batches without improvement it will stop. In the output of the training, I see there are measurement scores in ENTS_F, ENTS_P, ENTS_R, and SCORE. Which score of these does the patience parameter use to determine whether there is improvement or not?
Beta Was this translation helpful? Give feedback.
All reactions