Fix an issue when mixing sparse and dense features in the same model.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 23 May 2018 00:17:17 +0000 (17:17 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 23 May 2018 00:22:42 +0000 (17:22 -0700)
commit2cf614fcab604f1b3d6271004f681f7d635eda5f
tree01ceadad6d5fd6d967a282aac59224e7a26d07d8
parent25ad31da87086a88d1d14ed5db8731bb9fc90787
Fix an issue when mixing sparse and dense features in the same model.

PiperOrigin-RevId: 197650140
tensorflow/contrib/boosted_trees/lib/learner/batch/ordinal_split_handler.py
tensorflow/contrib/boosted_trees/python/training/functions/gbdt_batch_test.py