aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/python/tensor_forest.py
Commit message (Expand)AuthorAge
* address lint againGravatar Peng Yu2018-05-21
* address lintGravatar 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
* 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
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Fix TensorForest feature bagging when using feature-column data.Gravatar A. Unique TensorFlower2017-06-20
* 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
* 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
* 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
* 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
* Finish changing the default dominate_method to bootstrap.Gravatar A. Unique TensorFlower2016-11-21
* Extract epoch via its limit_epochs variable, rather than as a passedGravatar A. Unique TensorFlower2016-11-17
* Default to more fertile nodes in TensorForest.Gravatar A. Unique TensorFlower2016-11-17
* Speed up TensorForest by limiting the leaves that FinishedNodes looks at.Gravatar A. Unique TensorFlower2016-11-04
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Don't split nodes in TensorForest until they have accumulated more than 1 class.Gravatar A. Unique TensorFlower2016-11-01
* Add graph builder that terminates on training loss for TensorForest. Also add...Gravatar A. Unique TensorFlower2016-10-26
* Refactor TensorForestEstimator to implement Trainable and Evaluable, and use ...Gravatar A. Unique TensorFlower2016-10-24
* Add parameters for controlling dominate method and fractionGravatar A. Unique TensorFlower2016-10-21
* Remove potentially large python constant from TensorForest graph.Gravatar A. Unique TensorFlower2016-10-21
* 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
* Modify tensorforest training_loss to take features and labels as input to acc...Gravatar A. Unique TensorFlower2016-07-14
* Give names to training and inference ops in tensor_forest, which helps with i...Gravatar A. Unique TensorFlower2016-07-13
* 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