aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/resources
Commit message (Collapse)AuthorAge
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Fix a memory corruption issue in boosted trees as the iterators become ↵Gravatar A. Unique TensorFlower2018-02-20
| | | | | | invalid after an Add. PiperOrigin-RevId: 186360144
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Add a test case to validate number of buckets after quantile generation.Gravatar A. Unique TensorFlower2018-01-23
| | | | | | | | Add an option to generate quantiles instead of sampled boundaries. This option will always return exactly the number of requested boundaries, regardless of duplicates and fewer inputs than requested boundaries. PiperOrigin-RevId: 182980861
* 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
* internal change.Gravatar A. Unique TensorFlower2017-10-19
| | | | PiperOrigin-RevId: 172780953
* DecisionTreeEnsembleResource provides accessor methods to the underlying ↵Gravatar A. Unique TensorFlower2017-10-02
| | | | | | tree ensemble proto, abstracting tree operations. PiperOrigin-RevId: 170734906
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160334030
* Migrate kernels to boosted_trees.Gravatar A. Unique TensorFlower2017-06-21
| | | | PiperOrigin-RevId: 159698656
* Fix build broken by cl/151008918 by adding missing #include.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152045097
* Migrate trees, models, testutils, and resources libraries to boosted_trees.Gravatar A. Unique TensorFlower2017-03-31
Change: 151832033