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.
1 parent 3245007 commit e0debeaCopy full SHA for e0debea
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_000)
+ScalarMetricValue = confloat(ge=0, le=100_000_000)
9
ScalarMetricConfidenceValue = Dict[ConfidenceValue, ScalarMetricValue]
10
11
0 commit comments