I am evaluating ML models (GBDTs) on various test sets using Precision-recall curve, and my goal is: within some precision range, get as high recall as possible.
The precision-recall curves on most of my test sets have a shape that is like "a line from top-left to bottom-right"(see curve1 below). However, on some test sets, they have a very flat region (see curve2 below).
What does that imply? I understand this means the precision has not changed much for a large range of recall, but I want deeper understanding. For example, does the flat region the imply something about the predicted scores of the model, or something unusual about the test set?
Thanks!
curve1:
curve2, which has a very flat region: