Titanic Disaster Prediction
This model predicts the survival rate of the passengers that were on Titanic
@kaggle.rizwanbinakbar_titanic_disaster_prediction
This model predicts the survival rate of the passengers that were on Titanic
@kaggle.rizwanbinakbar_titanic_disaster_prediction
CREATE TABLE submission (
"passengerid" BIGINT,
"survived" BIGINT
);
Anyone who has the link will be able to view this.