AutoML / gateway_catalog.json
zukhriddinai's picture
Deploy public authenticated AutoML gateway
26cad64 verified
Raw
History Blame Contribute Delete
585 Bytes
{
"datasets": {
"Brain Tumor Images": {
"image": true,
"targets": [
"label"
]
},
"Colon": {
"image": false,
"targets": [
"col_0"
]
},
"GCM": {
"image": false,
"targets": [
"col_0"
]
},
"Leukemia": {
"image": false,
"targets": [
"col_0"
]
},
"Lung": {
"image": false,
"targets": [
"col_0"
]
},
"titanic": {
"image": false,
"targets": [
"Survived"
]
}
},
"schema_version": 1
}