Paulie-Aditya
commited on
Commit
•
1c7c3ae
1
Parent(s):
ce7c30e
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-classification
|
3 |
+
tags:
|
4 |
+
- medical
|
5 |
+
---
|
6 |
+
|
7 |
+
# Novel Approach 1
|
8 |
+
|
9 |
+
## Stacked Classifier: RF + SVM + XGB
|
10 |
+
|
11 |
+
metrics:
|
12 |
+
- Accuracy: 0.9911734164070612
|
13 |
+
- Balanced Accuracy: 0.9903422714760236
|
14 |
+
- MCC: 0.990784932183338
|
15 |
+
- ROC AUC Score: 0.999934898058849
|
16 |
+
- F1 Score: 0.9911734164070612
|
17 |
+
- Jaccard Score: 0.9825012866700978
|
18 |
+
- Log Loss: 0.033553756349283356
|
19 |
+
- Precision: 0.9911734164070612
|
20 |
+
- Recall: 0.9911734164070612
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
# Novel Approach 2
|
25 |
+
|
26 |
+
## Stacked Classifier: RF + SVM + KNN + XGB
|
27 |
+
|
28 |
+
metrics:
|
29 |
+
- Accuracy: 0.9922118380062306
|
30 |
+
- Balanced Accuracy: 0.9913200369813552
|
31 |
+
- MCC: 0.9918690348004674
|
32 |
+
- ROC AUC Score: 0.9999193482927975
|
33 |
+
- F1 Score: 0.9922118380062306
|
34 |
+
- Jaccard Score: 0.9845440494590417
|
35 |
+
- Log Loss: 0.03136301122428542
|
36 |
+
- Precision: 0.9922118380062306
|
37 |
+
- Recall: 0.9922118380062306
|
38 |
+
|