aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/python/ops
Commit message (Expand)AuthorAge
* Fix TensorForest's saveable object names so loading a savedmodel works.Gravatar A. Unique TensorFlower2017-07-27
* Refactor some of TensorForest V4 to make the tree model valid during training...Gravatar A. Unique TensorFlower2017-07-12
* Improve data processing in TensorForest. Extract name correctly when transfor...Gravatar A. Unique TensorFlower2017-06-28
* Migrate ops for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-22
* Automated g4 rollback of changelist 159718610Gravatar A. Unique TensorFlower2017-06-21
* Migrate ops for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-21
* Automated g4 rollback of changelist 152936284Gravatar A. Unique TensorFlower2017-05-10
* Reshape all dense features to a rank 2, shape (*,1) tensor to avoid concatGravatar A. Unique TensorFlower2017-04-12
* Make TensorForest dense input shape a little more flexible by inferring size ...Gravatar A. Unique TensorFlower2017-02-28
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Create a class to use for input specification in TensorForest, and support a ...Gravatar A. Unique TensorFlower2017-01-09
* Merge TensorForest ops into one library/generated python file, getting rid of...Gravatar A. Unique TensorFlower2016-12-12
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Change tensor_forest shape functions to delegate to the C++ shape functions.Gravatar A. Unique TensorFlower2016-08-30
* Add support for input weights to SampleInputs op.Gravatar A. Unique TensorFlower2016-08-26
* Add support for weighted inputs to CountExtremelyRandomStats.Gravatar A. Unique TensorFlower2016-08-12
* Add TopN class.Gravatar A. Unique TensorFlower2016-08-12
* Add C++ shape inference functions for some tensorforest functions.Gravatar A. Unique TensorFlower2016-07-20
* 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
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ...Gravatar A. Unique TensorFlower2016-07-11
* 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
* Fixes and enhancements for contrib/tensorforest:Gravatar A. Unique TensorFlower2016-05-12
* 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
* More tests and minor fixes for tf/contrib/tensor_forest.Gravatar A. Unique TensorFlower2016-04-12
* Add extremely random forest implementation to TF/contrib.Gravatar A. Unique TensorFlower2016-04-03