Introduktion till maskininlärning
Hadrien Lacroix
Content Developer at DataCamp




$$
Denna modells noggrannhet:
$$\frac{28\ correctly\ classified}{30\ total\ points}=93.33\%$$










Hur många bedrägliga transaktioner klassificerade vi korrekt?
$$Sensitivity = \frac{true\ positives}{true\ positives + false\ negatives} =1/3=33.33\% $$
$$Specificity = \frac{true\ negatives}{true\ negatives + false\ positives}$$
Skräppostfilter:



Introduktion till maskininlärning