2026-02-03 11:52:35 +01:00

38 lines
1.0 KiB
JSON

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