aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees
Commit message (Expand)AuthorAge
...
* Create a constant from the feature column group index.Gravatar A. Unique TensorFlower2018-06-28
* Add support for using losses.Reduction.SUM as the loss reduction.Gravatar A. Unique TensorFlower2018-06-28
* Add dnn to tree distillation for boosted trees.Gravatar A. Unique TensorFlower2018-06-26
* Move creation of Stats Accumulators under "with tf.device(...):" to make sure...Gravatar A. Unique TensorFlower2018-06-21
* Split GradientBoostedDecisionTreeModel.train() to three steps.Gravatar A. Unique TensorFlower2018-06-20
* Automated g4 rollback of changelist 200790145Gravatar A. Unique TensorFlower2018-06-15
* Split GradientBoostedDecisionTreeModel.train() to three steps.Gravatar A. Unique TensorFlower2018-06-15
* While the DNN is training use that as the logit for evaluation.Gravatar A. Unique TensorFlower2018-06-11
* enhance Tensorflow GBDT and GBRT model by exposing a new two dimensional outp...Gravatar A. Unique TensorFlower2018-06-06
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Automated g4 rollback of changelist 198087342Gravatar A. Unique TensorFlower2018-05-25
* Use functions to build dense splits. Tensorflow Function invocations share th...Gravatar A. Unique TensorFlower2018-05-25
* enhance Tensorflow GBDT and GBRT model by exposing a new two dimensional outp...Gravatar A. Unique TensorFlower2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Only wait for one of the input tensors to be ready.Gravatar A. Unique TensorFlower2018-05-24
* Fix an issue when mixing sparse and dense features in the same model.Gravatar A. Unique TensorFlower2018-05-22
* * Remove the bias centering graph if it is turned off.Gravatar A. Unique TensorFlower2018-05-22
* Allow using DNN to only train the embeddings and using the tree model for the...Gravatar A. Unique TensorFlower2018-05-21
* Fix default direction to left when almost no sparsity for a sparse inequality...Gravatar A. Unique TensorFlower2018-05-09
* Fix docstring for flush() methodGravatar A. Unique TensorFlower2018-05-08
* Use 64bit aggregation for gradients and hessians since the 32 bit version is ...Gravatar A. Unique TensorFlower2018-05-07
* Use a built-in function shape_n instead of running many array_ops.shape andGravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Avoid inlining the split handler functions as it slows down the trainer start...Gravatar A. Unique TensorFlower2018-04-23
* If the summary is empty, return empty list for quantiles.Gravatar A. Unique TensorFlower2018-04-18
* Fixing output alternativesGravatar A. Unique TensorFlower2018-04-13
* Restore dependency on estimator utils from model.Gravatar A. Unique TensorFlower2018-04-12
* Fix lost dependencyGravatar A. Unique TensorFlower2018-04-12
* Adding support of core feature columns and losses to gradient boosted trees e...Gravatar A. Unique TensorFlower2018-04-11
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Internal change.Gravatar Anna R2018-03-29
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Restore dependencies that are needed by the PIP package builderGravatar A. Unique TensorFlower2018-03-25
* Allowing dnn tree combined estimator to work with core versions of feature co...Gravatar A. Unique TensorFlower2018-03-21
* TFBT: Pass label_keys to the head class constructor.Gravatar A. Unique TensorFlower2018-03-20
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Turn on strip_default_attrs in custom export strategy. Validated that the cha...Gravatar A. Unique TensorFlower2018-03-14
* boosted_trees: infer the output shapes of Quantiles Op from the input shapes.Gravatar A. Unique TensorFlower2018-03-12
* Fix feature fraction per tree.Gravatar A. Unique TensorFlower2018-03-08
* boosted_trees: fix the comments about gain by removing a confusing dash.Gravatar A. Unique TensorFlower2018-03-07
* Optimize training with feature selection by avoiding any computations on theGravatar A. Unique TensorFlower2018-03-01
* Turn on strip_default_attrs by default during custom export.Gravatar A. Unique TensorFlower2018-02-22
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix a memory corruption issue in boosted trees as the iterators become invali...Gravatar A. Unique TensorFlower2018-02-20
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26