File size: 476 Bytes
17373f3 | 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 | {
"Logistic Regression": {
"accuracy": 1.0,
"std": 0.0,
"auroc": 1.0
},
"SVM (RBF kernel)": {
"accuracy": 1.0,
"std": 0.0,
"auroc": 1.0
},
"Random Forest (100 trees)": {
"accuracy": 0.9995,
"std": 0.0015000000000000013,
"auroc": 1.0
},
"Gradient Boosted Trees": {
"accuracy": 0.9995,
"std": 0.0015000000000000013,
"auroc": 1.0
},
"MLP (128-64-32)": {
"accuracy": 1.0,
"std": 0.0,
"auroc": 1.0
}
} |