aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest
Commit message (Expand)AuthorAge
...
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Delete trailing whitespaceGravatar A. Unique TensorFlower2017-11-27
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* BUILD cleanup in contrib/tensor_forest/...Gravatar A. Unique TensorFlower2017-11-01
* One last data_set race condition fix.Gravatar A. Unique TensorFlower2017-10-06
* Fix race condition in TensorForest tree traversal.Gravatar A. Unique TensorFlower2017-10-04
* Clarify expectations about the input_data parameter.Gravatar A. Unique TensorFlower2017-10-02
* [XLA] Allow broadcast_dims argument to binary operations to be the identity m...Gravatar Peter Hawkins2017-09-29
* `metropolis_hastings_test` documentation fix.Gravatar A. Unique TensorFlower2017-09-29
* Fixes a race condition in TensorForest tree traversal code resulting in use-a...Gravatar A. Unique TensorFlower2017-09-29
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Add fixed space sparse class stats handling.Gravatar A. Unique TensorFlower2017-09-21
* Add README.md for TensorForest.Gravatar A. Unique TensorFlower2017-09-14
* Be more careful in IsInitalized, and log when it is called on an unknownGravatar A. Unique TensorFlower2017-09-06
* Updates get_global_step per deprecation warning in tensorflow/contrib/framewo...Gravatar A. Unique TensorFlower2017-08-21
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Make sure variance doesn't go below zero from floating point errors in Tensor...Gravatar A. Unique TensorFlower2017-08-02
* Slightly more idiomatic API for TensorForestEstimator, including being able t...Gravatar A. Unique TensorFlower2017-08-02
* Add regression variance over individual trees to TensorForest inference.Gravatar A. Unique TensorFlower2017-07-31
* Minor cleanupGravatar A. Unique TensorFlower2017-07-31
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Optionally output a new TreePath proto during TensorForest inference for ulti...Gravatar A. Unique TensorFlower2017-07-28
* Fix TensorForest's saveable object names so loading a savedmodel works.Gravatar A. Unique TensorFlower2017-07-27
* Remove old TensorForest implementation.Gravatar A. Unique TensorFlower2017-07-24
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-24
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Minor improvements in TensorForestEstimator: reduce default stopping loss th...Gravatar A. Unique TensorFlower2017-07-19
* Disable tests that don't work on macs.Gravatar Jonathan Hseu2017-07-18
* Destroy resources at end of session in TensorForestEstimator to avoid memory ...Gravatar A. Unique TensorFlower2017-07-18
* Automated g4 rollback of changelist 162273792Gravatar Anna R2017-07-17
* TensorForest v4 kernel tests for proto-based model. Also some stuff to inclu...Gravatar A. Unique TensorFlower2017-07-17
* Make TensorForest V4 the default implementation.Gravatar A. Unique TensorFlower2017-07-17
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* Better gating of TensorForest pruning code.Gravatar A. Unique TensorFlower2017-07-14
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Refactor some of TensorForest V4 to make the tree model valid during training...Gravatar A. Unique TensorFlower2017-07-12
* Add checks to TensorForest that help with debugging when labels are wrong.Gravatar A. Unique TensorFlower2017-07-12
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Fix tensorforest for using sparse-only data.Gravatar A. Unique TensorFlower2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-10
* Add option to TensorForest to initialize splits with the average of 2 examples.Gravatar A. Unique TensorFlower2017-07-06
* Fix some internal tests.Gravatar A. Unique TensorFlower2017-07-06
* Fix TensorForest for 32-bit platforms.Gravatar A. Unique TensorFlower2017-07-06
* Add shape function tests for TensorForest v4.Gravatar A. Unique TensorFlower2017-07-05
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* Improve data processing in TensorForest. Extract name correctly when transfor...Gravatar A. Unique TensorFlower2017-06-28
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27
* Migrate TensorForest v4 python to contrib.Gravatar A. Unique TensorFlower2017-06-27