Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the mRMR score #5

Open
blankFY opened this issue Mar 27, 2021 · 3 comments
Open

About the mRMR score #5

blankFY opened this issue Mar 27, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@blankFY
Copy link

blankFY commented Mar 27, 2021

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?

@ChristopherEeles
Copy link
Contributor

Hi @blankFY,

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.

Best,
Chris

@blankFY
Copy link
Author

blankFY commented Apr 1, 2021

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.

@ChristopherEeles ChristopherEeles added the enhancement New feature or request label Apr 1, 2021
@ChristopherEeles
Copy link
Contributor

Hi @blankFY,

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.

Best,
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants