Adding support of core feature columns and losses to gradient boosted trees estimators.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 11 Apr 2018 22:44:55 +0000 (15:44 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 11 Apr 2018 22:47:16 +0000 (15:47 -0700)
commitacad7022b09b090da0684f209ac8d0feb1c986a2
tree251ea948e61c58f2177c68dd61b61bec65961940
parent9ce7791be6980932c249832dc23d464c1b736cc4
Adding support of core feature columns and losses to gradient boosted trees estimators.

PiperOrigin-RevId: 192521398
tensorflow/contrib/boosted_trees/estimator_batch/BUILD
tensorflow/contrib/boosted_trees/estimator_batch/custom_export_strategy.py
tensorflow/contrib/boosted_trees/estimator_batch/dnn_tree_combined_estimator.py
tensorflow/contrib/boosted_trees/estimator_batch/estimator.py
tensorflow/contrib/boosted_trees/estimator_batch/estimator_test.py [new file with mode: 0644]
tensorflow/contrib/boosted_trees/estimator_batch/estimator_utils.py [new file with mode: 0644]
tensorflow/contrib/boosted_trees/estimator_batch/model.py
tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch.py
tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch_test.py