Disable column sample by node for the exact tree method. (#10083)

This commit is contained in:
Jiaming Yuan
2024-03-01 14:16:10 +08:00
committed by GitHub
parent 8189126d51
commit 3941b31ade
4 changed files with 27 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ test_that("training with feature weights works", {
expect_lt(importance[1, Frequency], importance[9, Frequency])
}
for (tm in c("hist", "approx", "exact")) {
for (tm in c("hist", "approx")) {
test(tm)
}
})