History log of /external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6810566361a8853c0e85ab2d65b3fe2b7f78d095 04-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Internal change to simplify prediction ops.
- it no longer returns predictions_no_dropout, which is mostly for debugging purpose.
- as a consequence, MultipleAdditiveTrees::Predict() doesn't return prediction_no_dropout, and it accept trees_to_include indexes intead of trees_to_drop indexes.

PiperOrigin-RevId: 170926422
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py
c2ccdcd78e2c25296d83d1f2f81647ca3a16b3c1 27-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> boosted_trees: Removed less used AddTreesToEnsembleOp (only used for tests now in which can be replaced by TreeEnsembleDeserializeOp).

PiperOrigin-RevId: 170247658
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py
93826fac842e370a3a4689a93fd4dac02cd8cb41 13-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> Adding tree per class multiclass strategy handling.

PiperOrigin-RevId: 161847349
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py
5e25a9c215d418fb5431a2cd5ac726d0f155f77f 24-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add kernel tests for boosted_trees.

PiperOrigin-RevId: 160002696
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/model_ops_test.py