Also known as: true positive (TP) · TP
TP (true positive) — это исход в бинарной классификации, при котором модель правильно предсказывает положительный класс. Он означает, что condition, event или label присутствует, и модель успешно определяет его как присутствующий.
A "true positive" refers to an inference where the model correctly identifies a positive class. For example, if a model is trained to identify customers who will purchase a jacket, a true positive would be correctly predicting that a customer will make such a purchase.
An example in which the model correctly predicts the positive class. For example, the model infers that a particular email message is spam, and that email message really is spam.