Learn Before
Concept

False positive and false negative errors for regex matching

False positive: strings that were incorrectly matched False negative: strings that were incorrectly missed Increasing precision and recall by fine-tuning the search patterns (minimizing false positives or false negatives)

0

1

Updated 2021-09-12

Tags

Regular Expression

Data Science