{ "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" } } }