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

DSO
DSO Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 1 ✭✭✭

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

Setup Info
    Tags
      Help me…