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

Hello, amazing work! What is the decay factor in the greedy feature selection algorithm? #41

Open
504115681 opened this issue Mar 19, 2024 · 1 comment

Comments

@504115681
Copy link

Hello, amazing work! What is the decay factor in the greedy feature selection algorithm?

@504115681
Copy link
Author

size_t size_rnd_subset = static_cast<size_t>(1.0 * num_all_features / num_use_features);

log(1.0 / decay factor) = 1.0
-> decay factor = 1.0 / e?

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