what is a selection criterion for each attribute in forward selection?

sinaesinae Member Posts: 3 Contributor I
edited November 2018 in Help
hi
I have a one question inforward selection.

What is a selection criterion for each attribute in forward selection?

Is either performance of training set or performance of test set for x-validation(x-prediction)?
if the highest increase of performance for training set is added to the selection, is another method possible?
for example,highest increase of performance of cross-validation when added each attribute

thank you

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    This depends on how you configure the forward selection :)

    Usually you put a X-Validation into the subprocess, and then the behavior will be as you requested.

    Best regards,
    Marius
Sign In or Register to comment.