ROC curve represented in Kibana

It's possible to represent a ROC curve in Kibana?.
Points to be represented have the following structure:

"ROC": {
"x": [
0.0,
0.00002855674224684448,
0.00002855674224684448,
.
.
0.9908618424810097,
0.9908618424810097,
1.0
],
"y": [
0.0,
0.0,
0.0007158196134574087,
.
.
0.9996420901932713,
1.0,
1.0
]
}

And the visualization should be like this:
image

How can I insert the points?
How can I draw the representation of this list of correspondent pair points in a visualization?
Is it possible to do it in Kibana?

I did many tests with different mappings and visualizations, but not lucky.

This is how I have data right now:

Thank you in advance.
Greetings.

The Machine Learning component has ROC functionality, please see it here, hope it helps: Evaluating data frame analytics | Machine Learning in the Elastic Stack [7.14] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.