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
  • 28.42 KB
  • 418 rows
  • 9 columns
Loading...

CREATE TABLE preproc3_test_pca (
  "n_0" DOUBLE,
  "n_1" DOUBLE,
  "n_2" DOUBLE,
  "n_3" DOUBLE,
  "n_4" DOUBLE,
  "n_5" DOUBLE,
  "n_6" DOUBLE,
  "n_7" DOUBLE,
  "passengerid" BIGINT
);

Preproc3 Train Pca

@kaggle.spektrum_preprocessing2_of_titanic_dataset.preproc3_train_pca
  • 47.75 KB
  • 891 rows
  • 10 columns
Loading...

CREATE TABLE preproc3_train_pca (
  "n_0" DOUBLE,
  "n_1" DOUBLE,
  "n_2" DOUBLE,
  "n_3" DOUBLE,
  "n_4" DOUBLE,
  "n_5" DOUBLE,
  "n_6" DOUBLE,
  "n_7" DOUBLE,
  "survived" BIGINT,
  "passengerid" BIGINT
);

Share link

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