We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e670e5 + a58a89a commit 6463e3bCopy full SHA for 6463e3b
labelbox/data/annotation_types/metrics/scalar.py
@@ -5,7 +5,7 @@
5
6
from .base import ConfidenceValue, BaseMetric
7
8
-ScalarMetricValue = confloat(ge=0, le=10_000)
+ScalarMetricValue = confloat(ge=0, le=100_000_000)
9
ScalarMetricConfidenceValue = Dict[ConfidenceValue, ScalarMetricValue]
10
11
0 commit comments