Ali Kefia
commited on
Commit
·
d3733b4
1
Parent(s):
f2f47ac
README
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The goal of this second test is to evaluate whether this approach improves class
|
|
61 |
|
62 |
Below is the confusion matrix for the second test:
|
63 |
|
64 |
-
 / (16 + 6 + 4 + 18) = **77.3%**
|
67 |
- **Precision (Relevant)**: 18 / (18 + 6) = **75.0%**
|
@@ -73,7 +73,7 @@ Compared to Test 1, this version shows a slight improvement in both **accuracy**
|
|
73 |
|
74 |
For this test, I also generated the ROC curve:
|
75 |
|
76 |
-

|
65 |
|
66 |
- **Accuracy**: (16 + 18) / (16 + 6 + 4 + 18) = **77.3%**
|
67 |
- **Precision (Relevant)**: 18 / (18 + 6) = **75.0%**
|
|
|
73 |
|
74 |
For this test, I also generated the ROC curve:
|
75 |
|
76 |
+

|
77 |
|
78 |
The curve appears to have a stepped shape, which is expected due to the **limited number of test samples**. As a result, it’s difficult to draw strong conclusions from the ROC curve alone.
|
79 |
|