Return the Features Scores
viniciusmsousa opened this issue · 4 comments
viniciusmsousa commented
I think it would be nice to return the features scores. Or have it as optional parameter.
smazzanti commented
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.
saskra commented
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?
seymatakir commented
Did you find any formula to calculate this using redundancy and relevance?