Cleanup configuration for constraints. (#7758)
This commit is contained in:
@@ -98,7 +98,7 @@ class TestMonotoneConstraints:
|
||||
|
||||
# next check monotonicity when initializing monotone_constraints by feature names
|
||||
params = {
|
||||
'tree_method': 'hist', 'verbosity': 1,
|
||||
'tree_method': 'hist',
|
||||
'grow_policy': 'lossguide',
|
||||
'monotone_constraints': {'feature_0': 1, 'feature_1': -1}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user