Fill in tree node
This commit is contained in:
parent
dd5f07f812
commit
16b995513d
@ -51,6 +51,7 @@ class ResourceOpsTest(test_util.TensorFlowTestCase):
|
||||
nodes {
|
||||
bucketized_split {
|
||||
feature_id: 4
|
||||
threshold: 21
|
||||
left_id: 1
|
||||
right_id: 2
|
||||
}
|
||||
@ -60,6 +61,7 @@ class ResourceOpsTest(test_util.TensorFlowTestCase):
|
||||
}
|
||||
nodes {
|
||||
bucketized_split {
|
||||
feature_id: 4
|
||||
threshold: 21
|
||||
left_id: 3
|
||||
right_id: 4
|
||||
|
Loading…
Reference in New Issue
Block a user