You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great article and code. I see that direct submission of output file to kaggle results in error and it says Survived column values must be either 0 or 1.
Am I missing something? Should I have a cutoff and turn them in to 0 or 1?
The text was updated successfully, but these errors were encountered:
data indexing was inappropriate for the operation taking care
Lines agconti#18,agconti#19 index 3 , we have Name of passenger but not gender , so all the time we'll get false
Lines agconti#26,agconti#27,agconti#28 , proportions should be calculated on Survived column , not on PassengerId
Thanks for the great article and code. I see that direct submission of output file to kaggle results in error and it says Survived column values must be either 0 or 1.
Am I missing something? Should I have a cutoff and turn them in to 0 or 1?
The text was updated successfully, but these errors were encountered: