You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the sort scores so i can decide how many features i should contain, but i can not found any describel about the sort. Could you tell me how i can get the mRMR scores?
The text was updated successfully, but these errors were encountered:
Have you reviewed the README in this GitHub repo? It provides an example of how to use the mrmr_ensemble functions to predict multiple best feature solutions. This should be returned as a Pandas Series object, which can be accessed as described in the README. The returned features should be ordered by score, with the first feature being the highest scoring and decreasing thereafter.
Could you give the specifical scores just like [[feature1, 0.8], [feature3, 0.7], [feature2, 0.5]]. I think this may be a useful return. Thank you very much.
I have moved your request into our feature backlog. This package was originally developed by an intern in our lab who has now left, as such the package is not under active development at this time.
We will look into your request when development resumes.
I want to get the sort scores so i can decide how many features i should contain, but i can not found any describel about the sort. Could you tell me how i can get the mRMR scores?
The text was updated successfully, but these errors were encountered: