Spaces:
Runtime error
Runtime error
Commit
·
cd480d9
1
Parent(s):
655757d
adf
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ model = joblib.load(model_dir + "/titanic_model.pkl")
|
|
51 |
catToInput = {
|
52 |
"Sex": ["male", "female"],
|
53 |
"Embarked": ["Southampton", "Cherbourg", "Queenstown"],
|
54 |
-
"Pclass": ["First", "Second", "
|
55 |
}
|
56 |
|
57 |
cityToInput = {
|
|
|
51 |
catToInput = {
|
52 |
"Sex": ["male", "female"],
|
53 |
"Embarked": ["Southampton", "Cherbourg", "Queenstown"],
|
54 |
+
"Pclass": ["First", "Second", "Third"]
|
55 |
}
|
56 |
|
57 |
cityToInput = {
|