Backward Feature Elimination Start (2:2)

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

This is the start node of a backward feature elimination loop. The first iteration of the loop is executed with all input columns. In the next n - 1 iterations each of the input columns - except the target column, that must be selected in the dialog - is left out once. Then the end node will discard the column that influenced the prediction result the least. Then n - 2 iterations follow where each of the remaining columns is left out once, and so on. The total number of iterations is therefore n * (n + 1) / 2 - 1.
The backward feature elimination loop can handle arbitrary target column, for numerical columns the squared error is taken as quality measure, for all other columns the error rate (i.e. the fraction of rows for which target and prediction column have different values).
This node differs from the 1-port node in that it has actually two ports on both sides. This makes it easier to feed training and test data into the flow.

Input Ports

Icon
Any datatable that contains at least three columns (Trainingdata)
Icon
Any datatable that contains at least three columns (Testdata)

Output Ports

Icon
The input table with some columns filtered out (Trainingdata)
Icon
The input table with some columns filtered out (Testdata)

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.