Baselight

Preprocessing-2 Of Titanic Dataset

Applied PCA to Preprocessing-1 of Titanic Dataset

@kaggle.spektrum_preprocessing2_of_titanic_dataset

Loading...
Loading...

About this Dataset

Preprocessing-2 Of Titanic Dataset

Content

PCA was performed on Preprocessing-1 of Titanic Dataset and this Dataset correspond to the projection of 8 of the features.

Dataset corresponding Kernel : https://www.kaggle.com/spektrum/intro-pca-kmeans-and-t-sne-on-titanic-dataset

Tables

Preproc3 Test Pca

@kaggle.spektrum_preprocessing2_of_titanic_dataset.preproc3_test_pca
  • 29.11 kB
  • 418 rows
  • 9 columns
Loading...
CREATE TABLE preproc3_test_pca (
  "n_0" DOUBLE  -- 0,
  "n_1" DOUBLE  -- 1,
  "n_2" DOUBLE  -- 2,
  "n_3" DOUBLE  -- 3,
  "n_4" DOUBLE  -- 4,
  "n_5" DOUBLE  -- 5,
  "n_6" DOUBLE  -- 6,
  "n_7" DOUBLE  -- 7,
  "passengerid" BIGINT
);

Preproc3 Train Pca

@kaggle.spektrum_preprocessing2_of_titanic_dataset.preproc3_train_pca
  • 48.9 kB
  • 891 rows
  • 10 columns
Loading...
CREATE TABLE preproc3_train_pca (
  "n_0" DOUBLE  -- 0,
  "n_1" DOUBLE  -- 1,
  "n_2" DOUBLE  -- 2,
  "n_3" DOUBLE  -- 3,
  "n_4" DOUBLE  -- 4,
  "n_5" DOUBLE  -- 5,
  "n_6" DOUBLE  -- 6,
  "n_7" DOUBLE  -- 7,
  "survived" BIGINT,
  "passengerid" BIGINT
);

Share link

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