File size: 604 Bytes
298e633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
    {
        "Model": "Decision Tree",
        "Accuracy": 0.9993,
        "Precision": 0.9905,
        "Recall": 0.893,
        "F1-Score": 0.9393,
        "ROC-AUC": 0.9929,
        "PR-AUC": 0.9511
    },
    {
        "Model": "Random Forest",
        "Accuracy": 0.9943,
        "Precision": 1.0,
        "Recall": 0.0187,
        "F1-Score": 0.0366,
        "ROC-AUC": 0.9976,
        "PR-AUC": 0.8256
    },
    {
        "Model": "XGBoost",
        "Accuracy": 1.0,
        "Precision": 1.0,
        "Recall": 1.0,
        "F1-Score": 1.0,
        "ROC-AUC": 1.0,
        "PR-AUC": 1.0
    }
]