Support learning rate for zero-hessian objectives. (#8866)
This commit is contained in:
@@ -447,7 +447,8 @@ class TestTreeMethod:
|
||||
{
|
||||
"tree_method": tree_method,
|
||||
"objective": "reg:absoluteerror",
|
||||
"subsample": 0.8
|
||||
"subsample": 0.8,
|
||||
"eta": 1.0,
|
||||
},
|
||||
Xy,
|
||||
num_boost_round=10,
|
||||
|
||||
Reference in New Issue
Block a user