Does 100% precision mean that our model predicts all the values correctly?
Answer Posted / Ragini Yadav
Yes, 100% precision means that a machine learning model correctly predicts all positive instances and does not incorrectly classify any negative instances as positive. However, it's important to note that high precision doesn't necessarily mean a good model if recall (true positives) or F1-score is low.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers