calibration and a scatter plot for two nonbinary data

Viewed 21

enter image description hereI'm trying to find out more about the relation between two sets of data

ID, Risque NN, SCORE 2

1,13.77%,9.62%

2,14.21%,18.50%

3,7.77%,5.08%

4,7.63%,3.70%

5,19.92%,3.88%

I tried using the calibration_curve from sklearn but I face the problem of nonbinary data the goal is to find if there is relation between the two sets and to do scatter plot that can explain this relation

0 Answers
Related