Icon

07_​Dimensionality_​Reduction_​solution

Dimensionality Reduction
Dimensionality Reduction by Low Variance Dimensionality Reduction by Linear Correlation Dimensionality Reduction by PCA 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) Exclude variance<0.2Max 0.8ComputePCAsFraction to preserveApply to the test setFraction to preserveCalculate linearcorrelationRead AmesHousing.csv Low Variance Filter Correlation Filter PCA Compute PCA Apply ReferenceColumn Filter PCA Apply Preprocessing Linear Correlation CSV Reader Dimensionality Reduction by Low Variance Dimensionality Reduction by Linear Correlation Dimensionality Reduction by PCA 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) Exclude variance<0.2Max 0.8ComputePCAsFraction to preserveApply to the test setFraction to preserveCalculate linearcorrelationRead AmesHousing.csv Low Variance Filter Correlation Filter PCA Compute PCA Apply ReferenceColumn Filter PCA Apply Preprocessing Linear Correlation CSV Reader

Nodes

Extensions

Links