Performance by category in rel_component #9739
Unanswered
rjaas
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
The REL component doesn't have an option for that, you'd need to customize the scoring function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully trained a relation extractor according to the tutorial. However, when I trained a NER model, meta.json reported performance for each Named Entity category (e.g Person, Time), whilst the custom relation extractor does not.
How can I get precision, recall and f-score per relationship category when training the custom relation extractor?
Beta Was this translation helpful? Give feedback.
All reactions