35 lines
920 B
JSON
35 lines
920 B
JSON
{
|
|
"name": "two-lead-ecg",
|
|
"pos": "1",
|
|
"neg": "2",
|
|
"preprocessed_name": "two-lead-ecg_preprocessed.csv",
|
|
"classifier": {
|
|
"wildboar_knn": {
|
|
"preprocessing": "[\"std\"]",
|
|
"test_set_ratio": "0.2",
|
|
"explainability": {
|
|
"technique": "wildboar_knn"
|
|
}
|
|
},
|
|
"glacier": {
|
|
"autoencoder": "Yes",
|
|
"explainability": {
|
|
"technique": "glacier"
|
|
},
|
|
"experiments": {
|
|
"0": {
|
|
"constraint": "local",
|
|
"w_value": "0.5"
|
|
},
|
|
"1": {
|
|
"constraint": "uniform",
|
|
"w_value": "0.5"
|
|
},
|
|
"2": {
|
|
"constraint": "unconstrained",
|
|
"w_value": "1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |