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

UDFS Errors #69

Open
choltz95 opened this issue Feb 23, 2022 · 1 comment
Open

UDFS Errors #69

choltz95 opened this issue Feb 23, 2022 · 1 comment

Comments

@choltz95
Copy link

choltz95 commented Feb 23, 2022

UDFS.py L97: The additive parameter \lambda should be independent from gamma (introduced in eq 8 in the paper). It should probably default to something small. It's just used to make the covariance invertible.

Also, construction of S_i seems incorrect to me: UDFS.py L100: indexing on idx_new should be idx_new[:,q]?

@choltz95 choltz95 changed the title UDFS Error UDFS Errors Feb 23, 2022
@choltz95
Copy link
Author

Follow-up: There are a few more issues with the implementation in this repo.

I put a working revision in Jax here: https://github.com/choltz95/structured-sparse-feature-selection/blob/main/fselect.py
Still needs validation against the original paper's results.

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