Min Precision Score

This test checks the precision score for each label. Test is passed if the precision score is higher than the configured min score.

alias_name: min_precision_score

supported tasks: ner, text-classification

Config

min_precision_score:
      min_score: 0.8
min_precision_score:
      min_score:
        O: 0.75
        PER: 0.65
        LOC: 0.90
  • min_score (dict or float): Minimum pass rate to pass the test.