What is the broba percentile returned when calling a logistic regression through an API

DSO
Level 1
What is the broba percentile returned when calling a logistic regression through an API

Hello,

When I call a logistic regression model deployed as an API, a proba percentile is provided in the json returned (among other values such as the probability of False and True, ...).

I would just like to know what is this probability percentile and how it is computed.

Example of returned json:
[{'prediction': 'true', 'probaPercentile': 86, 'probas': {'true': 0.999987713766941, 'false': 1.2286233059044527e-05}, ...

Thanks

0 Kudos
0 Replies