{ | |
"features": [ | |
"PassengerId", | |
"Pclass", | |
"Name", | |
"Sex", | |
"Age", | |
"SibSp", | |
"Parch", | |
"Ticket", | |
"Fare", | |
"Cabin", | |
"Embarked" | |
], | |
"targets": ["Survived"], | |
"model_type": "random-forest", | |
"target_mapping": {"Survived": 0, "Survived": 1} | |
} |
{ | |
"features": [ | |
"PassengerId", | |
"Pclass", | |
"Name", | |
"Sex", | |
"Age", | |
"SibSp", | |
"Parch", | |
"Ticket", | |
"Fare", | |
"Cabin", | |
"Embarked" | |
], | |
"targets": ["Survived"], | |
"model_type": "random-forest", | |
"target_mapping": {"Survived": 0, "Survived": 1} | |
} |