Baselight

Preprocessing-1 Of Titanic Dataset

New features such as FamilySize, IsAlone, CabinFloor, CabinNumber. +Mapping

@kaggle.spektrum_preprocessing1_of_titanic_dataset

Preproc2 Test
@kaggle.spektrum_preprocessing1_of_titanic_dataset.preproc2_test

  • 12.9 KB
  • 418 rows
  • 13 columns
passengerid

PassengerId

pclass

Pclass

sex

Sex

age

Age

sibsp

SibSp

parch

Parch

fare

Fare

embarked

Embarked

cabinfloor

CabinFloor

cabinnumber

CabinNumber

familysize

FamilySize

isalone

IsAlone

title

Title

89231513111
8933611121
89421723111
89531521111
89634112131
89731321111
8983513111
899215113131
9003312111
90131423131

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
);

Share link

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