37 lines
1000 B
JSON

{
"preprocessed_name": "breast-cancer_preprocessed.csv",
"classifier": {
"rf": {
"preprocessing": "[\"std\"]",
"test_set_ratio": "0.2",
"explainability": {
"technique": "dice"
},
"class_label": "diagnosis"
},
"lr": {
"preprocessing": "[\"std\"]",
"test_set_ratio": "0.2",
"explainability": {
"technique": "dice"
},
"class_label": "diagnosis"
},
"dt": {
"preprocessing": "[\"std\"]",
"test_set_ratio": "0.2",
"explainability": {
"technique": "dice"
},
"class_label": "diagnosis"
},
"svm": {
"preprocessing": "[\"std\"]",
"test_set_ratio": "0.3",
"explainability": {
"technique": "dice"
},
"class_label": "diagnosis"
}
}
}