Icon

Chapter6

This directory contains 3 workflows.

Icon01_​Column_​Row_​Filtering 

This workflow processes the adult dataset, containing people demographics, by eliminating columns with too many missing values or too low variance and by […]

Icon02_​How_​to_​use_​normalization 

This is how to apply normalization correctly in a data science problem. The normalization model is built on the training set and only applied on the test […]

Icon03_​Backward_​Feature_​Elimination 

This workflow shows the implementation of the backward feature elimination procedure via the Backward Feature Elimnation metanode. Inside the metanode you […]