User:Adam Wight (WMDE)/to delete/ORES Recent scores
Appearance
(Redirected from To delete/ORES Recent scores)
Schema
| Column | Type | Comment |
|---|---|---|
| rev_id | bigint | Revision ID |
| prediction | array< string > | For most models, this is the predicted class. Note that many use cases should make a threshold calculation instead of using this value. Some models can emit zero or multiple predictions, others will always emit just one. |
| probability | array< struct< name:string, value:double > > | Predicted probability for each class. |
| wiki | string | Wiki database name |
| model | string | ORES model name, e.g. "damaging" (partition field) |
| model_version | string | ORES model version, e.g. "0.3.2" (partition field) |