aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Account for old run config, more robust num trainersGravatar A. Unique TensorFlower2018-09-26
* Derive the number of trainers in tensorforest if run config is provided.Gravatar A. Unique TensorFlower2018-09-26
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* 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
* Switch to Eigen::Index in Tensorflow kernels.Gravatar Eugene Zhulenev2018-09-14
* Use random_seed for the process inputGravatar Peng Yu2018-09-10
* Switching default loss reduction for core tensorforest to be the same as in o...Gravatar A. Unique TensorFlower2018-09-07
* Merge pull request #21905 from wdirons:21833_disable_gpu_test_scatter_add_ndi...Gravatar TensorFlower Gardener2018-09-04
|\
* | Increasing test size.Gravatar A. Unique TensorFlower2018-08-28
| * Disable GPU test for scatter_add_ndim_op_testGravatar William D. Irons2018-08-27
|/
* Fixing thread-unsafe access to a class member.Gravatar A. Unique TensorFlower2018-08-23
* Disable random_forest_test in asan.Gravatar Gunhan Gulsoy2018-08-22
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Use binary classification head for num_classes = 2.Gravatar A. Unique TensorFlower2018-08-16
* Support GREATER_OR_EQUAL and GREATER_THAN splits in tensor_forest evaluationGravatar A. Unique TensorFlower2018-08-16
* Make early stopping tests less brittle to prevent breaking them when upgradin...Gravatar A. Unique TensorFlower2018-08-14
* Providing a core estimator interface over a contrib tensorforest.Gravatar A. Unique TensorFlower2018-08-14
* Check the return value of safe_strto32 in decision_node_evaluatorGravatar A. Unique TensorFlower2018-07-31
* Remove unused lib_internal dependency in contrib/tensor_forest.Gravatar Derek Murray2018-07-18
* Switch from tf.contrib.metrics to tf.metrics (#18783)Gravatar Yong Tang2018-06-03
* address lint againGravatar Peng Yu2018-05-21
* address lintGravatar Peng Yu2018-05-21
* address commentsGravatar Peng Yu2018-05-21
* add test case always predict [0, 1]Gravatar Peng Yu2018-05-21
* add inference support for tree and forest variablesGravatar Peng Yu2018-05-21
* Fix warnings in tf.contrib.tensor_forestGravatar Yong Tang2018-04-22
* Fix doc gen errorGravatar Yifei Feng2018-04-19
* contrib: minor spelling tweaksGravatar Brett Koonce2018-04-07
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Update the doc to reflect the change of replacing std::clock with random::New...Gravatar A. Unique TensorFlower2018-03-21
* Replace std::clock with random::New64() for setting random seedGravatar A. Unique TensorFlower2018-03-20
* Refactor code to improve TensorDataSet construction speed.Gravatar A. Unique TensorFlower2018-03-19
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Prepare variance to be exported for serving with the servo library.Gravatar A. Unique TensorFlower2018-01-30
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Fix override annotationsGravatar A. Unique TensorFlower2018-01-26
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Output variance over tree predictions for classifications.Gravatar A. Unique TensorFlower2018-01-05
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Internal change.Gravatar Anna R2017-12-21