Hello. How can I get a PR Curve or data - True labels and Predicted probabilities to build it?
This is an example:
Hey @Artur_Nijazov
Could you see if this resolves your issue:
That data, unfortunately, does not contain the true labels and predicted probabilities I need.
Could you be more specific and give examples on what data you are looking for?
True labels - do you mean the ground truth annotations? Those are available in a format of your choice once you download the dataset.
Predicted probabilities - you would have to run inferences on your model on the dataset to get those if the stats produced in the API are not enough.
