Icon

07_​Dimensionality_​Reduction

Dimensionality Reduction
Dimensionality Reduction by Low Variance Dimensionality Reduction by Linear Correlation Exercise: Dimensionality Reduction1) Filter out columns in the training set that have- Variance lower than 0.2 (Low Variance Filter node)- Linear Correlation higher or equal to 0.8 with another column (Linear Correlation and Correlation Filter nodes)2) Apply automatic dimensionality reduction by replacing the numeric columns with principal components. Retain 90 % of the information in the original numeric columns.(PCA Compute and PCA Apply nodes)3) Apply these dimensionality reduction techniques to the test set (Reference Column Filter and PCA Apply nodes) Dimensionality Reduction by PCA Read AmesHousing.csv Preprocessing CSV Reader Dimensionality Reduction by Low Variance Dimensionality Reduction by Linear Correlation Exercise: Dimensionality Reduction1) Filter out columns in the training set that have- Variance lower than 0.2 (Low Variance Filter node)- Linear Correlation higher or equal to 0.8 with another column (Linear Correlation and Correlation Filter nodes)2) Apply automatic dimensionality reduction by replacing the numeric columns with principal components. Retain 90 % of the information in the original numeric columns.(PCA Compute and PCA Apply nodes)3) Apply these dimensionality reduction techniques to the test set (Reference Column Filter and PCA Apply nodes) Dimensionality Reduction by PCA Read AmesHousing.csv Preprocessing CSV Reader

Nodes

Extensions

Links