This directory contains 3 workflows.
This workflow processes the adult dataset, containing people demographics, by eliminating columns with too many missing values or too low variance and by […]
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 […]
This workflow shows the implementation of the backward feature elimination procedure via the Backward Feature Elimnation metanode. Inside the metanode you […]