Bluepearls
commited on
Commit
·
d53ec02
1
Parent(s):
69e68c8
commit from bluepearl
Browse files- config.json +3 -3
config.json
CHANGED
@@ -13,6 +13,6 @@
|
|
13 |
"Embarked"
|
14 |
],
|
15 |
"targets": ["Survived"],
|
16 |
-
"model_type": "
|
17 |
-
"target_mapping": {"Survived": 0, "Survived": 1}
|
18 |
-
}
|
|
|
13 |
"Embarked"
|
14 |
],
|
15 |
"targets": ["Survived"],
|
16 |
+
"model_type": "random_forest",
|
17 |
+
"target_mapping": {"Survived": 0, "Survived": 1}
|
18 |
+
}
|