Get concept's prediction estimation

Get concept's prediction estimation

Path parameters

concept_idstringRequiredformat: "uuid4"
The unique identifier for the concept

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

thresholddoubleOptionalDefaults to 0.5
Threshold above which classification is positive
confidence_leveldoubleOptionalDefaults to 0.95
A higher value results in wider confidence intervals, with more confidence of correctness. A lower value results in narrower confidence intervals, with less confidence of correctness
estimation_fidelityintegerOptionalDefaults to 1000
A higher value makes estimation slower, but more accurate. A lower value makes estimation faster, but less accurate

Response

Concept prediction estimation
probabilityRangeslist of lists of doubles
Each tuple represents the bounds of a bin we estimated number of assets for
estimateslist of integers
Number of assets belonging to each probability range
confidenceIntervalslist of lists of integers or null

Lower/upper bounds representing respective ranges that the actual number of assets is in

Errors