21 lines
381 B
YAML
21 lines
381 B
YAML
|
|
# official-statistics configuration
|
||
|
|
|
||
|
|
topic: official-statistics
|
||
|
|
display_name: Official Statistics Verification
|
||
|
|
article_url: /insights/the-problem-with-official-statistics/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- aggregation_bias
|
||
|
|
- incentive_distortion
|
||
|
|
- conceptual_mismatch
|
||
|
|
- time_lag
|
||
|
|
- underreporting
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|