Min F1 Score

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

alias_name: min_f1_score

supported tasks: ner, text-classification

Config

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