aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/boosted_trees
Commit message (Expand)AuthorAge
* Boosted trees: Adding categorical split support to prediction ops.Gravatar A. Unique TensorFlower2018-09-25
* Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
* Move boosted tree weighted quantiles into core.Gravatar Zhenyu Tan2018-08-17
* - 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: follow up on previous double precision commit. Using temporary...Gravatar Younghee Kwon2018-06-06
* 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
* Remove proto import in header files for core/kernels/boosted_trees.Gravatar Yifei Feng2018-04-19
* 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