Replies: 1 comment
-
Hm, that's interesting! It could be due to the floating option. Say you have features [1, 2, 3, 4, 5], and we are currently at stage [1, 4, 6, 9]. Then maybe removing 4 improves the performance: [1, 6, 9]. Now adding 5 improves the performance [1, 6, 9, 5] and we are back at a 4-feature set. My guess is this duplication probably wouldn't happen without the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using sequential selector with floating option (SFFS) and I noticed in the history log, certain stages of the process are repeated, some even more than twice.
In the above log example,
Features: 43/80
is repeated 3x.In the second example below, the process jumped back to stage
21
:Any idea why this happens?
Beta Was this translation helpful? Give feedback.
All reactions