We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Hello, amazing work! What is the decay factor in the greedy feature selection algorithm?
The text was updated successfully, but these errors were encountered: