Baselight

Titanic Disaster Prediction

This model predicts the survival rate of the passengers that were on Titanic

@kaggle.rizwanbinakbar_titanic_disaster_prediction

Submission
@kaggle.rizwanbinakbar_titanic_disaster_prediction.submission

  • 3.33 KB
  • 223 rows
  • 2 columns
passengerid

PassengerId

survived

Survived

512
614
6161
3381
719
153
827
419
615
2421

CREATE TABLE submission (
  "passengerid" BIGINT,
  "survived" BIGINT
);

Share link

Anyone who has the link will be able to view this.