0% found this document useful (0 votes)
85 views

Precision, Recall, F1-Score

The document contains performance results from different classification algorithms on three datasets. K Nearest Neighbor generally achieved the highest precision, F1 score, and recall compared to Decision Tree. Support Vector Machine and Naive Bayes also performed well on the datasets, with most models achieving 100% precision, F1 score, and recall. The testing accuracy was highest when K Nearest Neighbor, Decision Tree, and Naive Bayes were used at level 0 and K Nearest Neighbor at level 1, achieving an accuracy of 100% on two of the datasets.

Uploaded by

Keseho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Precision, Recall, F1-Score

The document contains performance results from different classification algorithms on three datasets. K Nearest Neighbor generally achieved the highest precision, F1 score, and recall compared to Decision Tree. Support Vector Machine and Naive Bayes also performed well on the datasets, with most models achieving 100% precision, F1 score, and recall. The testing accuracy was highest when K Nearest Neighbor, Decision Tree, and Naive Bayes were used at level 0 and K Nearest Neighbor at level 1, achieving an accuracy of 100% on two of the datasets.

Uploaded by

Keseho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

For Dataset ASNM-CDX 2009

K Nearest Neighbor Decision Tree


Precision 100 60
F1 Score 100 58
Recall 100 43

For Dataset ASNM-NBPOv2

K Nearest Neighbor Decision Tree


Precision 100 98
F1 Score 100 98
Recall 100 98

For Dataset ASNM-TUN

K Nearest Neighbor Decision Tree


Precision 98 98
F1 Score 99 98
Recall 100 98

100, 100, 98.98 For KNN at level 1

Dataset 1: 1429 0
0 14

Dataset 2: 2691 2
2 167

Dataset 3: 43 0
0 55
99.86, 100, 100 For SVC at level 1

Dataset 1: 1429 0
0 14

Dataset 2: 2693 0
0 169

Dataset 3: 43 0
0 55

Testing Accuracy

L0: DT,SVM,NB L1: KNN L0: KNN,SVM,NB L1: DT


Dataset 1 100 99.17
Dataset 2 100 99.76
Dataset 3 98.98 97.96
Support Vector Machine Naïve Bayes
100 100
92 100
86 100

Support Vector Machine Naïve Bayes


100 100
100 100
100 100

Support Vector Machine Naïve Bayes


100 100
100 100
100 100

For Decision Tree at level 1

Dataset 1: 1425
8

Dataset 2: 2689
3

Dataset 3: 42
2
For Naïve bayes in level 1

Dataset 1: 1429
2

Dataset 2: 2693
0

Dataset 3: 43
0

L0: KNN,DT,NB L1: SVM L0: KNN,DT,SVM L1: NB


99.86 100
100 100
100 100
99.17, 99.76, 97.96

4
6

4
166

1
53
100, 100, 100

0
12

0
169

0
55

You might also like