aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/proto
Commit message (Collapse)AuthorAge
* Added support for categorical features.Gravatar A. Unique TensorFlower2018-08-28
| | | | | | Ops are now interconnected to support oblivious decision trees. PiperOrigin-RevId: 210642692
* Fix the interaction between the split handler ops and the grow tree ensemble ↵Gravatar A. Unique TensorFlower2018-08-22
| | | | | | ops when we have nodes with no examples. PiperOrigin-RevId: 209830550
* 1) Update the proto files for oblivious trees.Gravatar A. Unique TensorFlower2018-08-21
| | | | | | 2) Grow a new layer of an oblivious tree. PiperOrigin-RevId: 209633300
* First iteration of oblivious tree split handling for dense features.Gravatar A. Unique TensorFlower2018-08-14
| | | | PiperOrigin-RevId: 208705535
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Basic feature selection for boosted trees.Gravatar A. Unique TensorFlower2018-01-18
| | | | | | The idea is that we grow the trees normally until we reach the requested number of unique features, and once we reach that limit, we avoid using any new features. PiperOrigin-RevId: 182336278
* Renaming feature_id to dimension_id in dense float splitGravatar A. Unique TensorFlower2017-11-16
| | | | PiperOrigin-RevId: 176055428
* First part of the refactoring allowing sparse multivalent feature columns.Gravatar A. Unique TensorFlower2017-10-25
| | | | | | This change extends the split proto to allow feature ids within the feature columns. PiperOrigin-RevId: 173403860
* Automatically fill in num_classes, growing_mode, pruning_mode, learning_rate ↵Gravatar A. Unique TensorFlower2017-08-31
| | | | | | and multi_class_strategy if not specified. PiperOrigin-RevId: 167188663
* Migrate kernels to boosted_trees.Gravatar A. Unique TensorFlower2017-06-21
| | | | PiperOrigin-RevId: 159698656
* Move generic tree representation proto to tensorflow/contrib.Gravatar A. Unique TensorFlower2017-06-13
| | | | PiperOrigin-RevId: 158838465
* Store the number of trees and layers that were attempted to be built.Gravatar A. Unique TensorFlower2017-04-27
| | | | | Useful to terminate training. Also can be used as seeds for random operations. Change: 154472242
* Add serving code for set membership split type.Gravatar A. Unique TensorFlower2017-04-13
| | | | Change: 153101982
* Migrate trees, models, testutils, and resources libraries to boosted_trees.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151832033
* Migrate utils and protos to contrib/boosted_trees.Gravatar A. Unique TensorFlower2017-03-22
Change: 150897748