Введение в машинное обучение
Hadrien Lacroix
Content Developer at DataCamp




$$
Точность этой модели:
$$\frac{28\ correctly\ classified}{30\ total\ points}=93.33\%$$










Сколько мошеннических транзакций мы классифицировали верно?
$$Sensitivity = \frac{true\ positives}{true\ positives + false\ negatives} =1/3=33.33\% $$
$$Specificity = \frac{true\ negatives}{true\ negatives + false\ positives}$$
Спам-фильтр:



Введение в машинное обучение