API Usage for Numeric Questions #1950
-
Beta Was this translation helpful? Give feedback.
Answered by
SylvainChevalier
Apr 17, 2025
Replies: 1 comment
-
|
The community prediction first quartile, median and third quartile are indeed returned by the API, in the fields |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SylvainChevalier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The community prediction first quartile, median and third quartile are indeed returned by the API, in the fields
interval_lower_bounds,centers,interval_upper_bounds. Note that the returned values are rescaled to [0,1]. You can find more information about how scaling works in the API documentation (in the "How to generate a continuous cdf?" section).