Benchmark
- class labelbox.schema.benchmark.Benchmark(client, field_values)[source]
Bases:
DbObject
Represents a benchmark label.
The Benchmarks tool works by interspersing data to be labeled, for which there is a benchmark label, to each person labeling. These labeled data are compared against their respective benchmark and an accuracy score between 0 and 100 percent is calculated.
- created_at
- Type:
datetime
- last_activity
- Type:
datetime
- average_agreement
- Type:
float
- completed_count
- Type:
int
- created_by
ToOne relationship to User
- Type:
Relationship
- reference_label
ToOne relationship to Label
- Type:
Relationship