提交 c2d827f3 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Change default dominate_method to bootsrap.

Change: 137959663
上级 2b360b0e
...@@ -132,11 +132,9 @@ REGISTER_OP("FinishedNodes") ...@@ -132,11 +132,9 @@ REGISTER_OP("FinishedNodes")
.Attr("num_split_after_samples: int") .Attr("num_split_after_samples: int")
.Attr("min_split_samples: int") .Attr("min_split_samples: int")
.Attr("dominate_fraction: float = 0.99") .Attr("dominate_fraction: float = 0.99")
// TODO(thomaswc): Test out bootstrap on several datasets, confirm it
// works well, make it the default.
.Attr( .Attr(
"dominate_method:" "dominate_method:"
" {'none', 'hoeffding', 'bootstrap', 'chebyshev'} = 'hoeffding'") " {'none', 'hoeffding', 'bootstrap', 'chebyshev'} = 'bootstrap'")
.Attr("random_seed: int = 0") .Attr("random_seed: int = 0")
.Input("leaves: int32") .Input("leaves: int32")
.Input("node_to_accumulator: int32") .Input("node_to_accumulator: int32")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册