aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/python/kernel_tests
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Remove old TensorForest implementation.Gravatar A. Unique TensorFlower2017-07-24
* 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
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Create a class to use for input specification in TensorForest, and support a ...Gravatar A. Unique TensorFlower2017-01-09
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Merge TensorForest ops into one library/generated python file, getting rid of...Gravatar A. Unique TensorFlower2016-12-12
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Don't split nodes in TensorForest until they have accumulated more than 1 class.Gravatar A. Unique TensorFlower2016-11-01
* Deflake test by specifying a fixed random seed.Gravatar A. Unique TensorFlower2016-10-28
* Add bootstrap and Chebyshev options for determing if best split is dominatingGravatar A. Unique TensorFlower2016-10-19
* Add accumulator_to_node map variable, and use it to speed up the search forGravatar A. Unique TensorFlower2016-09-07
* Add support for input weights to SampleInputs op.Gravatar A. Unique TensorFlower2016-08-26
* Fix tensor_forest to properly support float input weights.Gravatar A. Unique TensorFlower2016-08-22
* Add support for weighted inputs to CountExtremelyRandomStats.Gravatar A. Unique TensorFlower2016-08-12
* Removed unneeded max_depth parameter and flag.Gravatar A. Unique TensorFlower2016-07-20
* Add support to contrib/tensor_forest for missing labels, handling empty spars...Gravatar A. Unique TensorFlower2016-07-20
* Bug fix: fix size of total counts vector in BestSplitDominatesClassificationGravatar A. Unique TensorFlower2016-07-07
* Improvements to tensor_forest, including support for sparse and categorical i...Gravatar A. Unique TensorFlower2016-06-30
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Add regression support to tf/contrib/tensor_forest.Gravatar A. Unique TensorFlower2016-04-27
* Fixes and enhancements for contrib/tensorforest:Gravatar A. Unique TensorFlower2016-04-18
* Add extremely random forest implementation to TF/contrib.Gravatar A. Unique TensorFlower2016-04-03