Preprocessing-1 Of Titanic Dataset
New features such as FamilySize, IsAlone, CabinFloor, CabinNumber. +Mapping
@kaggle.spektrum_preprocessing1_of_titanic_dataset
New features such as FamilySize, IsAlone, CabinFloor, CabinNumber. +Mapping
@kaggle.spektrum_preprocessing1_of_titanic_dataset
CREATE TABLE preproc2_test (
"passengerid" BIGINT,
"pclass" BIGINT,
"sex" BIGINT,
"age" BIGINT,
"sibsp" BIGINT,
"parch" BIGINT,
"fare" BIGINT,
"embarked" BIGINT,
"cabinfloor" BIGINT,
"cabinnumber" BIGINT,
"familysize" BIGINT,
"isalone" BIGINT,
"title" BIGINT
);
Anyone who has the link will be able to view this.