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.
|
| 8 |
-
{ "metric": "recall", "operator": ">=", "threshold": 0.
|
| 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 |
}
|