aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/ops
Commit message (Expand)AuthorAge
* Added support for categorical features.Gravatar A. Unique TensorFlower2018-08-28
* 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
* Store max_tree_depth as a Variable which can be changed after graph construct...Gravatar A. Unique TensorFlower2018-07-29
* enhance Tensorflow GBDT and GBRT model by exposing a new two dimensional outp...Gravatar A. Unique TensorFlower2018-06-06
* Automated g4 rollback of changelist 198087342Gravatar A. Unique TensorFlower2018-05-25
* enhance Tensorflow GBDT and GBRT model by exposing a new two dimensional outp...Gravatar A. Unique TensorFlower2018-05-25
* * Remove the bias centering graph if it is turned off.Gravatar A. Unique TensorFlower2018-05-22
* boosted_trees: infer the output shapes of Quantiles Op from the input shapes.Gravatar A. Unique TensorFlower2018-03-12
* Optimize training with feature selection by avoiding any computations on theGravatar A. Unique TensorFlower2018-03-01
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Add a test case to validate number of buckets after quantile generation.Gravatar A. Unique TensorFlower2018-01-23
* Multidimensional sparse float tensors support - changing split criteria, stat...Gravatar A. Unique TensorFlower2017-11-16
* Remove the backward incompatible shape checks.Gravatar A. Unique TensorFlower2017-11-10
* Internal change to simplify prediction ops.Gravatar A. Unique TensorFlower2017-10-03
* boosted_trees: Removed less used AddTreesToEnsembleOp (only used for tests no...Gravatar A. Unique TensorFlower2017-09-27
* Fix ops namespace to boosted_trees.Gravatar A. Unique TensorFlower2017-09-19
* Fixes to quantile ops in TFT.Gravatar A. Unique TensorFlower2017-08-29
* Use int64 to represent bucket index, which works better with the input parsing.Gravatar A. Unique TensorFlower2017-08-24
* Quantiles TFT Analyzer and Mapper.Gravatar A. Unique TensorFlower2017-08-02
* API and an example of two-level quantile accumulator.Gravatar A. Unique TensorFlower2017-07-14
* Adding tree per class multiclass strategy handling.Gravatar A. Unique TensorFlower2017-07-13
* Add shape check for MakeQuantileSummariesOp.Gravatar A. Unique TensorFlower2017-07-12
* Multiclass in batch (full hessian)Gravatar A. Unique TensorFlower2017-06-29
* Migrate kernels to boosted_trees.Gravatar A. Unique TensorFlower2017-06-21