We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20706e1 + fb65c25 commit 7c5b709Copy full SHA for 7c5b709
src/model.cpp
@@ -893,7 +893,6 @@ model_t::suggest_roots(size_t min, double ratio) {
893
894
std::vector<size_t> model_t::shuffle_root_indicies() {
895
std::vector<size_t> idx(_tree.root_count());
896
- ;
897
std::iota(idx.begin(), idx.end(), 0);
898
std::shuffle(idx.begin(), idx.end(), _random_engine);
899
return idx;
0 commit comments