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

Feature selection issue. #1

Open
Siji-chl opened this issue Aug 4, 2021 · 1 comment
Open

Feature selection issue. #1

Siji-chl opened this issue Aug 4, 2021 · 1 comment

Comments

@Siji-chl
Copy link

Siji-chl commented Aug 4, 2021

Dear Zhao:
Thanks for your great works first!

In your paper, you said 'Using the univariate binary logistic regression analysis, all the features with p < 0.05 (which are statistically significant) were selected to construct a feature set for further analysis.' But in your code, you selected those features with p < 0.05 using 'f_classif' method in sklearn. Was something I misunderstand?

Look forward to your reply, thank you!

@MIILab-MTU
Copy link
Owner

Yes, to perform univariate analysis and select the most important features with p<0.05, we adopted f_classif in sklearn.

For more detail, please follow the original description in sklearn:
https://scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html#sphx-glr-auto-examples-feature-selection-plot-feature-selection-py

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