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 5e670e5 commit 3245007Copy full SHA for 3245007
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=10_000_000)
9
ScalarMetricConfidenceValue = Dict[ConfidenceValue, ScalarMetricValue]
10
11
@@ -16,6 +16,8 @@ class ScalarMetricAggregation(Enum):
16
SUM = "SUM"
17
18
19
+
20
21
class ScalarMetric(BaseMetric):
22
""" Class representing scalar metrics
23
0 commit comments