aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/estimator_batch
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
* 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
* Make num_quantiles configurable; update the epsilon value as well since epsil...Gravatar A. Unique TensorFlower2018-09-06
* Adding weighted categorical feature column support.Gravatar A. Unique TensorFlower2018-08-16
* 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
* 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
* Adding core interface to a contrib versionGravatar A. Unique TensorFlower2018-07-23
* Pylint fixGravatar Yong Tang2018-07-14
* Fix bug in custom_export_strategy.py for python 3Gravatar Yong Tang2018-07-14
* Adding ranking support (over paired data for train and eval and unpaired data...Gravatar A. Unique TensorFlower2018-07-09
* Add dnn to tree distillation for boosted trees.Gravatar A. Unique TensorFlower2018-06-26
* While the DNN is training use that as the logit for evaluation.Gravatar A. Unique TensorFlower2018-06-11
* 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
* Allow using DNN to only train the embeddings and using the tree model for the...Gravatar A. Unique TensorFlower2018-05-21
* Fixing output alternativesGravatar A. Unique TensorFlower2018-04-13
* Restore dependency on estimator utils from model.Gravatar A. Unique TensorFlower2018-04-12
* Fix lost dependencyGravatar A. Unique TensorFlower2018-04-12
* Adding support of core feature columns and losses to gradient boosted trees e...Gravatar A. Unique TensorFlower2018-04-11
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Restore dependencies that are needed by the PIP package builderGravatar A. Unique TensorFlower2018-03-25
* Allowing dnn tree combined estimator to work with core versions of feature co...Gravatar A. Unique TensorFlower2018-03-21
* TFBT: Pass label_keys to the head class constructor.Gravatar A. Unique TensorFlower2018-03-20
* Turn on strip_default_attrs in custom export strategy. Validated that the cha...Gravatar A. Unique TensorFlower2018-03-14
* Turn on strip_default_attrs by default during custom export.Gravatar A. Unique TensorFlower2018-02-22
* DNN and Tree estimator doesn't work on GPUs. Tag the test for it to avoid run...Gravatar A. Unique TensorFlower2018-01-16
* Adjust feature name in `features` field of generic tree proto for Sparse Floa...Gravatar A. Unique TensorFlower2018-01-12
* Internal change.Gravatar Anna R2017-12-21
* Adds DNN + GBDT combined estimators to tensorflow/contrib/boosted_trees/estim...Gravatar A. Unique TensorFlower2017-12-15
* Modify custom export strategy to account for multidimensional sparse float sp...Gravatar A. Unique TensorFlower2017-12-04
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* First part of the refactoring allowing sparse multivalent feature columns.Gravatar A. Unique TensorFlower2017-10-25
* Change GBDTClassifer to internally use twice differntiable implementation ofGravatar A. Unique TensorFlower2017-10-17
* BUILD cleanup in contrib/boosted_trees/...Gravatar A. Unique TensorFlower2017-10-12
* * Passing `training_features` (without weight column) instead of `features` i...Gravatar A. Unique TensorFlower2017-10-10
* Automated g4 rollback of changelist 166264198Gravatar Gunhan Gulsoy2017-09-22
* Fix a bug in export GTFlow model to shared format with sparse float splitGravatar A. Unique TensorFlower2017-09-15
* Automatically fill in num_classes, growing_mode, pruning_mode, learning_rate ...Gravatar A. Unique TensorFlower2017-08-31
* Add code to extract feature importance.Gravatar A. Unique TensorFlower2017-08-30
* skip the split on a pure node or on a node when feature values are the same s...Gravatar A. Unique TensorFlower2017-08-25