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

Same features get selected in spite of different -n value #9

Open
blrk opened this issue Jun 23, 2021 · 2 comments
Open

Same features get selected in spite of different -n value #9

blrk opened this issue Jun 23, 2021 · 2 comments

Comments

@blrk
Copy link

blrk commented Jun 23, 2021

I am using the CPU version of the code for feature selection. Different -n values gives the same feature set selected. I am not sure what happens here. I appreciate your help.

[blrk@projectsuse src]$ ./fast-mrmr -f /home/blrk/data/data.mrmr
1,2,3,28,4,5,6,7,8,9
[blrk@projectsuse src]$ ./fast-mrmr -f /home/blrk/data/data.mrmr -n 20
1,2,3,28,4,5,6,7,8,9
[blrk@projectsuse src]$ ./fast-mrmr -f /home/blrk/data/data.mrmr -n 50
1,2,3,28,4,5,6,7,8,9
[blrk@projectsuse src]$ ./fast-mrmr -f /home/blrk/data/data.mrmr -n 5
1,2,3,28,4,5,6,7,8,9
@andrewguy
Copy link
Contributor

andrewguy commented Nov 24, 2021

The provided example is wrong - the flag for setting the number of features is -a. I've raised pull request #10 to fix the example script.

@blrk
Copy link
Author

blrk commented Nov 24, 2021

Ok. Great

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

No branches or pull requests

2 participants