jzloko commited on
Commit
0ce41c2
·
verified ·
1 Parent(s): 3114a34

Update run-b-production-gate/predicate.json

Browse files
run-b-production-gate/predicate.json CHANGED
@@ -4,7 +4,7 @@
4
  "class": "person",
5
  "confidence_threshold": 0.5,
6
  "requirements": [
7
- { "metric": "precision", "operator": ">=", "threshold": 0.70 },
8
- { "metric": "recall", "operator": ">=", "threshold": 0.60 }
9
  ]
10
  }
 
4
  "class": "person",
5
  "confidence_threshold": 0.5,
6
  "requirements": [
7
+ { "metric": "precision", "operator": ">=", "threshold": 0.85 },
8
+ { "metric": "recall", "operator": ">=", "threshold": 0.80 }
9
  ]
10
  }