smazzanti/mrmr

Return the Features Scores

viniciusmsousa opened this issue · 4 comments

I think it would be nice to return the features scores. Or have it as optional parameter.

Sorry for the delay on this. I've just added an additional parameter called return_scores (default to false), which returns the computed relevance and redundancy.

Thanks for this great package and this special feature! Is it also possible to additionally return the final score used for sorting? I would like to make the number of features actually used dependent on a threshold on this score. Or is there a simple formula so that I can calculate this using redundancy and relevance?

Did you find any formula to calculate this using redundancy and relevance?