mrmr icon indicating copy to clipboard operation
mrmr copied to clipboard

Order of selected features

Open jhazart opened this issue 1 year ago • 2 comments

Hi, it seems that selected features are not ordered by relevance :

selected_features, relevance, redundacy = outputs_from_mrmr print(relevance.values[selected_features[0:5]]) [77.04191317 7.65999306 2.1369512 71.32355801 44.90570244]

Is it a bug or the user is supposed to sort the values to get the decreasing curve of features relevance ? Or maybe I missed something ?

Thanks a lot

jhazart avatar Feb 08 '24 16:02 jhazart