Disable column sample by node for the exact tree method. (#10083)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user