Forward Selection confused result (need answer please)
Hello Everyone
I am trying to use Forward selection to select the best attributes from iris dataset and the subset with (a1,a3,a4) was selected. However when I look at the performance of each subset in a log file I can see that even with subset of 4 features (ALL) the performance is 1 as below
Number of features Performance attributes name
4.0 0.86 a3, a4, a1, a2
4.0 0.93 a3, a4, a1, a2
4.0 0.93 a3, a4, a1, a2
4.0 1.0 a3, a4, a1, a2
4.0 1.0 a3, a4, a1, a2
4.0 0.86 a3, a4, a1, a2
4.0 0.93 a3, a4, a1, a2
4.0 1.0 a3, a4, a1, a2
but it is still select the only three feature
Number of features Performance attributes name
3.0 1.0 a3, a4, a1
can any body explain to me why it is selecting only three feature not 4 or not 2 although the performance is 1.
I am having a real-world dataset with 896 attributes and the same thing happening to me only the best 3 are selected
can anybody tell me please if I am doing some wrong steps or it is correct. I am very confused
Best Regards,
Taleb