aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees
Commit message (Expand)AuthorAge
* Export feature importance for oblivious tree nodes.Gravatar A. Unique TensorFlower2018-10-09
* Automated rollback of commit 70f071f7afb2deffddbd9937d7a76b1e1c0b2b75Gravatar Revan Sopher2018-09-28
* Updating the V2 variables API for boosted_trees.Gravatar A. Unique TensorFlower2018-09-28
* Fix failing test.Gravatar Revan Sopher2018-09-27
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Remove the CHECK added for debugging.Gravatar A. Unique TensorFlower2018-09-19
* Increase test timeout for dnn_tree_combined_estimator_test to de-flake.Gravatar A. Unique TensorFlower2018-09-17
* Improve the error messages in custom_export_strategy.Gravatar A. Unique TensorFlower2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Make num_quantiles configurable; update the epsilon value as well since epsil...Gravatar A. Unique TensorFlower2018-09-06
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* 1) Update the proto files for oblivious trees.Gravatar A. Unique TensorFlower2018-08-21
* Adding weighted categorical feature column support.Gravatar A. Unique TensorFlower2018-08-16
* Create a tf.constant for the weak_learner_type that's shared across all theGravatar A. Unique TensorFlower2018-08-14
* 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
* Estimator test for multiclass, core head for multiclass.Gravatar A. Unique TensorFlower2018-08-03
* Add a default value of None for the newly added parameter.Gravatar A. Unique TensorFlower2018-08-02
* Allow to set global step to a particular value, after the early stopping trig...Gravatar A. Unique TensorFlower2018-08-01
* Store max_tree_depth as a Variable which can be changed after graph construct...Gravatar A. Unique TensorFlower2018-07-29
* Adding core estimator for ranking.Gravatar A. Unique TensorFlower2018-07-27
* Adding core estimator for a fusion model.Gravatar A. Unique TensorFlower2018-07-26
* fixing bug for when num of trees is not setGravatar A. Unique TensorFlower2018-07-26
* Improve the documentation and error checking for invalid values of epsilon in...Gravatar A. Unique TensorFlower2018-07-25
* Adding an opportunity to skip the check for input tensor placements.Gravatar A. Unique TensorFlower2018-07-25
* Adding core interface to a contrib versionGravatar A. Unique TensorFlower2018-07-23
* Add leaf index modes as an argument, which specifies when output leaf indices.Gravatar A. Unique TensorFlower2018-07-20
* Merge pull request #20807 from yongtang:20776-bostonGravatar TensorFlower Gardener2018-07-17
|\
* | Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
| * Pylint fixGravatar Yong Tang2018-07-14
| * Fix bug in custom_export_strategy.py for python 3Gravatar Yong Tang2018-07-14
| * Fix bug inside boston.py in boosted_trees with python 3Gravatar Yong Tang2018-07-14
|/
* Avoid breakages of the TF weighted quantiles library if used with values bein...Gravatar A. Unique TensorFlower2018-07-11
* Adding ranking support (over paired data for train and eval and unpaired data...Gravatar A. Unique TensorFlower2018-07-09
* Adds reset op as an optional return from update_stats.Gravatar A. Unique TensorFlower2018-06-28