aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/python
Commit message (Expand)AuthorAge
...
* Basic feature selection for boosted trees.Gravatar A. Unique TensorFlower2018-01-18
* boosted_trees: to name variables so that they can be distinguished in the graph.Gravatar A. Unique TensorFlower2017-12-07
* Increase tolerance in gdbt_batch_test.Gravatar Gunhan Gulsoy2017-12-01
* Add an option to override maximum number of elements in the quantileGravatar A. Unique TensorFlower2017-11-30
* Replace assertAlmostEqual with assertAllClose in boosted_trees losses_test.pyGravatar Shanqing Cai2017-11-22
* Add a test for multidimensional sparse quantiles.Gravatar A. Unique TensorFlower2017-11-20
* Renaming feature_id to dimension_id in dense float splitGravatar A. Unique TensorFlower2017-11-16
* Multidimensional sparse float tensors support - changing split criteria, stat...Gravatar A. Unique TensorFlower2017-11-16
* boosted_trees: Finalize the centering bias tree only after centering is done ...Gravatar A. Unique TensorFlower2017-11-14
* Remove use of xrange which is not python3 compatible.Gravatar A. Unique TensorFlower2017-11-06
* boosted_trees: some cleanups.Gravatar A. Unique TensorFlower2017-11-02
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* internal change.Gravatar A. Unique TensorFlower2017-11-01
* Change GBDTClassifer to internally use twice differntiable implementation ofGravatar A. Unique TensorFlower2017-10-17
* Internal change to simplify prediction ops.Gravatar A. Unique TensorFlower2017-10-03
* boosted_trees: Removed less used AddTreesToEnsembleOp (only used for tests no...Gravatar A. Unique TensorFlower2017-09-27
* Use the shared locks when reading the model.Gravatar A. Unique TensorFlower2017-09-01
* Automatically fill in num_classes, growing_mode, pruning_mode, learning_rate ...Gravatar A. Unique TensorFlower2017-08-31
* Fixes device assignment when local task type is not "worker"Gravatar A. Unique TensorFlower2017-08-28
* skip the split on a pure node or on a node when feature values are the same s...Gravatar A. Unique TensorFlower2017-08-25
* Fix crashes caused by loading boosted_trees shared libraries.Gravatar A. Unique TensorFlower2017-08-23
* Automated g4 rollback of changelist 166204326Gravatar A. Unique TensorFlower2017-08-23
* skip the split on a pure node or on a node when feature values are the same s...Gravatar A. Unique TensorFlower2017-08-23
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Quantiles TFT Analyzer and Mapper.Gravatar A. Unique TensorFlower2017-08-02
* Allow one tensor to be the input to the estimator.Gravatar A. Unique TensorFlower2017-07-31
* Python code for running gradient boosted trees.Gravatar A. Unique TensorFlower2017-07-18
* API and an example of two-level quantile accumulator.Gravatar A. Unique TensorFlower2017-07-14
* Adding tree per class multiclass strategy handling.Gravatar A. Unique TensorFlower2017-07-13
* Add shape check for MakeQuantileSummariesOp.Gravatar A. Unique TensorFlower2017-07-12
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Updating tf/contrib/boosted_trees to support multiclass diagonal hessian stra...Gravatar A. Unique TensorFlower2017-07-07
* Multiclass in batch (full hessian)Gravatar A. Unique TensorFlower2017-06-29
* Add kernel tests for boosted_trees.Gravatar A. Unique TensorFlower2017-06-23
* Migrate kernels to boosted_trees.Gravatar A. Unique TensorFlower2017-06-21