compute_accuracy
Compute accuracy from feedback scores, grouping by domain, name, or user and bucketing by day or week to reveal performance trends. Filter by score name or date range for targeted analysis.
Instructions
Compute accuracy from feedback scores. Accuracy = correct / (correct + incorrect).
group_by: 'domain', 'name', 'userId'. bucket_by: 'week', 'day' for trends. score_name: filter to a specific score (default: all scores).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| project | No | ||
| end_date | No | ||
| group_by | No | ||
| bucket_by | No | ||
| score_name | No | ||
| start_date | No | ||
| time_range | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||