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

Use squared Z-score for marginal feature importance statistic #56

Closed
biona001 opened this issue May 23, 2023 · 0 comments
Closed

Use squared Z-score for marginal feature importance statistic #56

biona001 opened this issue May 23, 2023 · 0 comments

Comments

@biona001
Copy link
Owner

biona001 commented May 23, 2023

#53 implemented fit_marginal which internally uses T[i] = |Zi| - |Zko[i]| as importance score for the ith feature. In Zihuai's ghostknockoff paper, he instead used T[i] = (Z[i])^2 - (Zko[i])^2 (see eq 15).

I should try this too to see if power is improved.

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

1 participant