aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/python
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
* 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
* contrib: minor spelling tweaksGravatar Brett Koonce2018-04-07
* Output variance over tree predictions for classifications.Gravatar A. Unique TensorFlower2018-01-05
* Clarify expectations about the input_data parameter.Gravatar A. Unique TensorFlower2017-10-02
* Add README.md for TensorForest.Gravatar A. Unique TensorFlower2017-09-14
* Make sure variance doesn't go below zero from floating point errors in Tensor...Gravatar A. Unique TensorFlower2017-08-02
* Add regression variance over individual trees to TensorForest inference.Gravatar A. Unique TensorFlower2017-07-31
* 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
* 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
* 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 option to TensorForest to initialize splits with the average of 2 examples.Gravatar A. Unique TensorFlower2017-07-06
* Improve data processing in TensorForest. Extract name correctly when transfor...Gravatar A. Unique TensorFlower2017-06-28
* Migrate TensorForest v4 python to contrib.Gravatar A. Unique TensorFlower2017-06-27
* 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
* Fix TensorForest feature bagging when using feature-column data.Gravatar A. Unique TensorFlower2017-06-20
* 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
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Make TensorForest dense input shape a little more flexible by inferring size ...Gravatar A. Unique TensorFlower2017-02-28
* Add ability to report feature importances in TensorForest.Gravatar A. Unique TensorFlower2017-02-23
* Make TensorForest use a more idiomatic device assigner (VariableDeviceChooser...Gravatar A. Unique TensorFlower2017-02-21
* Remove unused topn code.Gravatar A. Unique TensorFlower2017-02-18
* Make random_forest_test TSAN-compliant by inserting some dependencies to avoi...Gravatar A. Unique TensorFlower2017-01-31
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Support multiple trainers in TensorForest that split trees among them.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
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Merge TensorForest ops into one library/generated python file, getting rid of...Gravatar A. Unique TensorFlower2016-12-12
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Force fix documentation causing open source blocks.Gravatar Andrew Selle2016-12-06
* removing tf.slice as it is soon to be deprecated. replaced with tf.strided_s...Gravatar Olivia Nordquist2016-12-02
* Change .fill() formula for num_splits_to_consider.Gravatar A. Unique TensorFlower2016-11-30