aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/lib
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-25
* Fix bias feature being selected for splitting. The previous logic was broken ...Gravatar A. Unique TensorFlower2018-09-21
* Add some debugging checks for categorical split handler.Gravatar A. Unique TensorFlower2018-09-13
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Fix categorical feature handler accumulator to use high precision 64 bit accu...Gravatar A. Unique TensorFlower2018-09-05
* Added support for categorical features.Gravatar A. Unique TensorFlower2018-08-28
* Fixed a bug in the dense split handler ops.Gravatar A. Unique TensorFlower2018-08-27
* Remove memset() for SummaryEntry in weighted quantiles. This is a bug wheneve...Gravatar A. Unique TensorFlower2018-08-23
* Fix the interaction between the split handler ops and the grow tree ensemble ...Gravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* 1) Update the proto files for oblivious trees.Gravatar A. Unique TensorFlower2018-08-21
* First iteration of oblivious tree split handling for dense features.Gravatar A. Unique TensorFlower2018-08-14
* Do not bucketize when buckets are empty. This is for situations when for a ra...Gravatar A. Unique TensorFlower2018-08-08
* Improve the documentation and error checking for invalid values of epsilon in...Gravatar A. Unique TensorFlower2018-07-25
* Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
* Avoid breakages of the TF weighted quantiles library if used with values bein...Gravatar A. Unique TensorFlower2018-07-11
* Add support for using losses.Reduction.SUM as the loss reduction.Gravatar A. Unique TensorFlower2018-06-28
* 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
* 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
* Use 64bit aggregation for gradients and hessians since the 32 bit version is ...Gravatar A. Unique TensorFlower2018-05-07
* 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
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* 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
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* boosted_trees: fix the comments about gain by removing a confusing dash.Gravatar A. Unique TensorFlower2018-03-07
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Minor fix on degenerative case.Gravatar A. Unique TensorFlower2017-12-13
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Minor refactor: move stats files from stochastic to common, remove stochasticGravatar A. Unique TensorFlower2017-11-22
* removing unused codeGravatar A. Unique TensorFlower2017-11-20
* Renaming feature_id to dimension_id in dense float splitGravatar A. Unique TensorFlower2017-11-16
* Multidimensional sparse float tensors support - changing split criteria, stat...Gravatar A. Unique TensorFlower2017-11-16
* Allow a key type without a constructor that takes an int in Squawd.Gravatar A. Unique TensorFlower2017-11-10
* Speeding up the case for sparse float columns that have only 1 value.Gravatar A. Unique TensorFlower2017-10-30
* First part of the refactoring allowing sparse multivalent feature columns.Gravatar A. Unique TensorFlower2017-10-25
* internal change.Gravatar A. Unique TensorFlower2017-10-19
* BUILD cleanup in contrib/boosted_trees/...Gravatar A. Unique TensorFlower2017-10-12