Skip to content
Discussion options

You must be logged in to vote

Hi,

Any ML model will always make mistakes - including false positives as well as false negatives - so it's not unexpected that you won't get perfect results.

That said, if you're looking to improve recall mainly, you could have a look at setting the threshold value of the relation_extractor: https://github.com/explosion/projects/blob/v3/tutorials/rel_component/scripts/rel_pipe.py#L45

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@karndeepsingh
Comment options

@karndeepsingh
Comment options

@svlandeg
Comment options

@karndeepsingh
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer perf / accuracy Performance: accuracy feat / rel Feature: Relation Extractor
2 participants