Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"CabinBool": [1,0,1],
|
13 |
"FareBand": [1,2,4]
|
14 |
},
|
15 |
-
"model": {"file": "
|
16 |
"task": "tabular-classification",
|
17 |
}
|
18 |
}
|
|
|
12 |
"CabinBool": [1,0,1],
|
13 |
"FareBand": [1,2,4]
|
14 |
},
|
15 |
+
"model": {"file": "random_forest.joblib"},
|
16 |
"task": "tabular-classification",
|
17 |
}
|
18 |
}
|