aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/kernels
Commit message (Expand)AuthorAge
* Fix bias feature being selected for splitting. The previous logic was broken ...Gravatar A. Unique TensorFlower2018-09-21
* Remove the CHECK added for debugging.Gravatar A. Unique TensorFlower2018-09-19
* Add some debugging checks for categorical split handler.Gravatar A. Unique TensorFlower2018-09-13
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* 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
* Fix the interaction between the split handler ops and the grow tree ensemble ...Gravatar A. Unique TensorFlower2018-08-22
* 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
* Store max_tree_depth as a Variable which can be changed after graph construct...Gravatar A. Unique TensorFlower2018-07-29
* Improve the documentation and error checking for invalid values of epsilon in...Gravatar A. Unique TensorFlower2018-07-25
* 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
* Fix default direction to left when almost no sparsity for a sparse inequality...Gravatar A. Unique TensorFlower2018-05-09
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* 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
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Add a test case to validate number of buckets after quantile generation.Gravatar A. Unique TensorFlower2018-01-23
* Basic feature selection for boosted trees.Gravatar A. Unique TensorFlower2018-01-18
* 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
* boosted_trees: Finalize the centering bias tree only after centering is done ...Gravatar A. Unique TensorFlower2017-11-14
* boosted_trees: some cleanups.Gravatar A. Unique TensorFlower2017-11-02
* Minor cleanup (remove unused inclusions, NULL => nullptr)Gravatar A. Unique TensorFlower2017-10-10
* Internal change to simplify prediction ops.Gravatar A. Unique TensorFlower2017-10-03
* DecisionTreeEnsembleResource provides accessor methods to the underlying tree...Gravatar A. Unique TensorFlower2017-10-02
* PiperOrigin-RevId: 170265856Gravatar A. Unique TensorFlower2017-09-27
* boosted_trees: Removed less used AddTreesToEnsembleOp (only used for tests no...Gravatar A. Unique TensorFlower2017-09-27
* Allocate boundaries on stack to avoid concurrent updates by different threadsGravatar A. Unique TensorFlower2017-09-27
* Use the shared locks when reading the model.Gravatar A. Unique TensorFlower2017-09-01
* Fixes to quantile ops in TFT.Gravatar A. Unique TensorFlower2017-08-29
* skip the split on a pure node or on a node when feature values are the same s...Gravatar A. Unique TensorFlower2017-08-25
* Use int64 to represent bucket index, which works better with the input parsing.Gravatar A. Unique TensorFlower2017-08-24
* Automated g4 rollback of changelist 166204326Gravatar A. Unique TensorFlower2017-08-23
* skip the split on a pure node or on a node when feature values are the same s...Gravatar A. Unique TensorFlower2017-08-23
* 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
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* Multiclass in batch (full hessian)Gravatar A. Unique TensorFlower2017-06-29
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27