CurrentFeature

Hi,
I want to read out the variable currenfeature of the feature selection loop but there is only a blank string. What can I do? At the moment, I have big workaround to read out the features from the result table at the end of the loop but it would be much better to do this in the loop because I cannot pass values to the outer loop.

THX

Harald

Hello @HaraldKoller,

which feature selection strategy are you using?
The strategies Random and Genetic Algorithm don’t have a current feature that they are evaluating in a single loop iteration but rather an entire set of features.
However, this is not documented in the node description and I opened a ticket to do so.
Sorry for your inconvenience.

Best regards,

Adrian

1 Like

Hi Adrian,

thanks for your answer and ticket. Actually, I am using genetic algorithm as strategy.

THX

Michael

1 Like

Can you share the workflow? Why do you have another outer loop?
bR

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.