aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/python
Commit message (Expand)AuthorAge
* Updating the V2 variables API for boosted_trees.Gravatar A. Unique TensorFlower2018-09-28
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* 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
* Added support for categorical features.Gravatar A. Unique TensorFlower2018-08-28
* 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
* 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
* Store max_tree_depth as a Variable which can be changed after graph construct...Gravatar A. Unique TensorFlower2018-07-29
* Adding an opportunity to skip the check for input tensor placements.Gravatar A. Unique TensorFlower2018-07-25
* Add leaf index modes as an argument, which specifies when output leaf indices.Gravatar A. Unique TensorFlower2018-07-20
* 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
* Create a constant from the feature column group index.Gravatar A. Unique TensorFlower2018-06-28
* Add support for using losses.Reduction.SUM as the loss reduction.Gravatar A. Unique TensorFlower2018-06-28
* Move creation of Stats Accumulators under "with tf.device(...):" to make sure...Gravatar A. Unique TensorFlower2018-06-21
* Split GradientBoostedDecisionTreeModel.train() to three steps.Gravatar A. Unique TensorFlower2018-06-20
* Automated g4 rollback of changelist 200790145Gravatar A. Unique TensorFlower2018-06-15
* Split GradientBoostedDecisionTreeModel.train() to three steps.Gravatar A. Unique TensorFlower2018-06-15
* 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
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Only wait for one of the input tensors to be ready.Gravatar A. Unique TensorFlower2018-05-24
* Fix an issue when mixing sparse and dense features in the same model.Gravatar A. Unique TensorFlower2018-05-22
* * 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
* Fix docstring for flush() methodGravatar A. Unique TensorFlower2018-05-08
* Use a built-in function shape_n instead of running many array_ops.shape andGravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Adding support of core feature columns and losses to gradient boosted trees e...Gravatar A. Unique TensorFlower2018-04-11
* 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
* Fix feature fraction per tree.Gravatar A. Unique TensorFlower2018-03-08
* Optimize training with feature selection by avoiding any computations on theGravatar A. Unique TensorFlower2018-03-01
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* To add __init__.py to some paths that are imported by other modules.Gravatar A. Unique TensorFlower2018-01-26
* Add more tests to validate the bucket boundaries forGravatar A. Unique TensorFlower2018-01-26
* Make the graph generation of TFBT deterministic.Gravatar A. Unique TensorFlower2018-01-26
* Make the graph generation for TFBT deterministic.Gravatar A. Unique TensorFlower2018-01-24
* Add a test case to validate number of buckets after quantile generation.Gravatar A. Unique TensorFlower2018-01-23