認識 Machine Learning
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}$$
垃圾郵件過濾器:



認識 Machine Learning