Open 504115681 opened 8 months ago
Hello, amazing work! What is the decay factor in the greedy feature selection algorithm?
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?
Hello, amazing work! What is the decay factor in the greedy feature selection algorithm?