aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/boosted_trees
Commit message (Expand)AuthorAge
* Boosted trees: Adding categorical split support to prediction ops.Gravatar A. Unique TensorFlower2018-09-25
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-12
* Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
* - Adding ability to center bias as a first step of training gbdtGravatar A. Unique TensorFlower2018-07-03
* Add an op that returns a proto containing debugging and modelGravatar A. Unique TensorFlower2018-06-27
* boosted_trees: used double precision instead of single precision while accumu...Gravatar A. Unique TensorFlower2018-05-24
* boosted_trees: fixed the crash when eval/prediction is attempted with the ini...Gravatar Younghee Kwon2018-05-17
* A test fix on Windows.Gravatar Younghee Kwon2018-05-10
* Boosted trees: support indicator column.Gravatar A. Unique TensorFlower2018-05-01
* Adding min node weight regularizationGravatar A. Unique TensorFlower2018-04-16
* boosted_trees: Make some regularizer/hyper-params as inputs instead of attrib...Gravatar Younghee Kwon2018-04-16
* Revealing the range of node ids in the latest layer via resource' stateGravatar A. Unique TensorFlower2018-04-11
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29