<div dir="ltr">Hi,<br><br>I implemented some simple RFE logic, similar to what was described here: <a href="http://www.pymvpa.org/featsel.html" target="_blank">http://www.pymvpa.org/featsel.html</a><br>At the end of the classification procedure, I verify the the features that were selected based on what was described here: <a href="http://www.pymvpa.org/faq.html#how-do-i-know-which-features-were-finally-selected-by-a-classifier-doing-feature-selection" target="_blank">http://www.pymvpa.org/faq.html#how-do-i-know-which-features-were-finally-selected-by-a-classifier-doing-feature-selection</a><br>


<br>Now the problem: sometimes the resulted number of selected features is the exact number, which is required (I use FixedNElementTailSelector), whereas in some other case, for completely unknown reason, I get full set of features. The issue is really weired, since for two sessions of a subject I get selected feature set, but for two other sessions of the same subject I get full feature set. I suspect, that the problem might be in updating the feature_ids variable and not with classification, because the classification error rate was pretty low.<br>


<br>Attached my code. Is it any problem with it?<br>I can also upload my dataset (~50 Mb zip). I didn&#39;t succeed to reproduce it with smaller amount of data.<br><br><br>Thanks for your help,<br>Vadim<br></div>