Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.02 KB

Prediction.md

File metadata and controls

19 lines (14 loc) · 1.02 KB

Prediction

Properties

Name Type Description Notes
id i32 [readonly]
predictions Option<Vec<::std::collections::HashMap<String, serde_json::Value>>> [optional]
points_won Option<f64> [optional]
user Option<i32>
question i32
active Option<bool> [optional]
log_score Option<f64> Used in tournament scoring. Defined as log2(player prediction / community prediction), averaged over the lifetime of the question. Zero for null / void predictions. [optional]
absolute_log_score Option<f64> Defined as per our scoring FAQ. Zero for null / void predictions. [optional]
coverage Option<f64> Percentage of question open time that this prediction has been active. [optional]

[Back to Model list] [Back to API list] [Back to README]