arf and csv test

This commit is contained in:
2021-06-03 23:33:54 +02:00
parent 7404566e7a
commit ff80fe6172
4 changed files with 1296 additions and 2 deletions

View File

@@ -157,6 +157,9 @@ class MFS:
id_selected = idx
merit = merit_new
candidates.pop()
if id_selected is None:
# Every merit computed is 0
break
candidates.append(feature_order[id_selected])
self._scores.append(merit)
del feature_order[id_selected]