15laddoo commited on
Commit
25c5fdb
·
verified ·
1 Parent(s): 5e037a6

Update column docs for normalized crop/diagnosis

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -70,10 +70,8 @@ low-confidence diagnosis). Each membership is its own row in `metadata.csv`, sha
70
  | `category` | One of the 8 categories above |
71
  | `country` | Country the submission came from |
72
  | `month` | Year-month the photo was submitted (YYYY-MM) |
73
- | `crop` | Crop identified in the photo, where resolved |
74
- | `diagnosis` | Diagnosis returned, where resolved |
75
- | `health_status` | `Healthy` / `Disease` / `Unknown` / `not_applicable` |
76
- | `confidence` | Reported confidence of the diagnosis, where applicable |
77
  | `livestock_signal` | `Yes` / `No` / `Unknown` — whether the submission was flagged as livestock-related |
78
  | `query_present` | Whether the farmer sent text alongside the photo |
79
  | `farmer_query` | Farmer's question, in the original language, PII-redacted |
 
70
  | `category` | One of the 8 categories above |
71
  | `country` | Country the submission came from |
72
  | `month` | Year-month the photo was submitted (YYYY-MM) |
73
+ | `crop` | Crop identified in the photo, where resolved. Normalized to a standard set of names (synonyms merged, casing standardized) |
74
+ | `diagnosis` | Diagnosis identified, where resolved. Normalized the same way — not a pass-through of any single service's raw label |
 
 
75
  | `livestock_signal` | `Yes` / `No` / `Unknown` — whether the submission was flagged as livestock-related |
76
  | `query_present` | Whether the farmer sent text alongside the photo |
77
  | `farmer_query` | Farmer's question, in the original language, PII-redacted |