File size: 288 Bytes
a23f845 1824048 7dd5f4b 1824048 9c5b9fe d53ec02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"features": [
"PassengerId",
"Pclass",
"Name",
"Sex",
"Age",
"SibSp",
"Parch",
"Ticket",
"Fare",
"Cabin",
"Embarked"
],
"targets": ["Survived"],
"model_type": "Tabular Classification",
"target_mapping": {"Survived": 0, "Survived": 1}
} |