I am working on a binary classification task using PyCaret 2.3.
The model stats look solid and I am okay to use this model for predictions (e.g. Accuracy=0.9)
What I find confusing is the predictions generated. It seems the Score and Label do not align at all.
I would expect that sorting the prediction output by Score would show Label=1 for the highest Scores. However, the Score/Label are all over the place. The highest Score values have a Label of 0. And for Label=1 I see Score values ranging from 0.95 to 0.5007. The Score generally ranges from 0.5003 to 0.997.