pytutorial/advanced_programming/task_2_result_pictures_information
David Rotermund bff5f6c6bd
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2024-02-19 17:26:51 +01:00
..
README.md Update README.md 2024-02-19 17:26:51 +01:00

Errors are an option…

1

K-NN (k=1)

Performance correct: 93.5%

K-NN (k=3)

Performance correct: 94.0%

K-NN (k=5)

Performance correct: 94.5%

SVM

Performance correct: 95.0%

2

Is x vs y significant different? (p<0.01)

p-value different
ROC vs KNN 1.286e-06 True
ROC vs SVM 5.646e-08 True
KNN vs SVM 6.684e-01 False
# of correct pattern
best ROC 152
KNN (k=3) 187
SVM 190