aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/client
Commit message (Expand)AuthorAge
* Account for old run config, more robust num trainersGravatar A. Unique TensorFlower2018-09-26
* Derive the number of trainers in tensorforest if run config is provided.Gravatar A. Unique TensorFlower2018-09-26
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* Switching default loss reduction for core tensorforest to be the same as in o...Gravatar A. Unique TensorFlower2018-09-07
* Use binary classification head for num_classes = 2.Gravatar A. Unique TensorFlower2018-08-16
* Make early stopping tests less brittle to prevent breaking them when upgradin...Gravatar A. Unique TensorFlower2018-08-14
* Providing a core estimator interface over a contrib tensorforest.Gravatar A. Unique TensorFlower2018-08-14
* Switch from tf.contrib.metrics to tf.metrics (#18783)Gravatar Yong Tang2018-06-03
* Fix warnings in tf.contrib.tensor_forestGravatar Yong Tang2018-04-22
* contrib: minor spelling tweaksGravatar Brett Koonce2018-04-07
* Prepare variance to be exported for serving with the servo library.Gravatar A. Unique TensorFlower2018-01-30
* Output variance over tree predictions for classifications.Gravatar A. Unique TensorFlower2018-01-05
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Updates get_global_step per deprecation warning in tensorflow/contrib/framewo...Gravatar A. Unique TensorFlower2017-08-21
* 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
* 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
* Minor improvements in TensorForestEstimator: reduce default stopping loss th...Gravatar A. Unique TensorFlower2017-07-19
* Destroy resources at end of session in TensorForestEstimator to avoid memory ...Gravatar A. Unique TensorFlower2017-07-18
* Make TensorForest V4 the default implementation.Gravatar A. Unique TensorFlower2017-07-17
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Migrate TensorForest v4 python to contrib.Gravatar A. Unique TensorFlower2017-06-27
* Add a multi-head TensorForest estimator.Gravatar A. Unique TensorFlower2017-06-22
* Add AUC to tensorforest eval metrics.Gravatar A. Unique TensorFlower2017-06-20
* Change reporting feature importances in RandomForestEstimator to run at the e...Gravatar A. Unique TensorFlower2017-05-31
* Update TensorForest to provide output_alternatives for serving.Gravatar David Soergel2017-05-11
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Add ability to pass example keys through estimator and return them in the inf...Gravatar A. Unique TensorFlower2017-05-10
* Add support for running an end of training hook, specified as aGravatar A. Unique TensorFlower2017-04-03
* Ignore device assigment in TensorForest during INFER (export).Gravatar A. Unique TensorFlower2017-03-21
* Return TensorForest feature importances in inference dict instead of using tf...Gravatar A. Unique TensorFlower2017-03-20
* Include option to run TensorForest eval locally even if training is distribut...Gravatar A. Unique TensorFlower2017-03-20
* Use standard names for inference in TensorForest.Gravatar A. Unique TensorFlower2017-03-14
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Add ability to report feature importances in TensorForest.Gravatar A. Unique TensorFlower2017-02-23
* Refactor TensorForestEstimator to inherit from tf.learn Estimator. This chan...Gravatar A. Unique TensorFlower2017-02-23
* Add config property to random forest estimator for e.g. experiments.Gravatar A. Unique TensorFlower2017-02-09
* Make random_forest_test TSAN-compliant by inserting some dependencies to avoi...Gravatar A. Unique TensorFlower2017-01-31
* Add mode to TensorForest model function to only build the graphs that are nec...Gravatar A. Unique TensorFlower2017-01-27
* export_savedmodel is no longer considered @experimental.Gravatar David Soergel2017-01-18
* Replace usages of export_input_fn with serving_input_fn.Gravatar David Soergel2017-01-18
* Small cleanups in tf.Learn SavedModel exporter.Gravatar David Soergel2017-01-17
* Support multiple trainers in TensorForest that split trees among them.Gravatar A. Unique TensorFlower2017-01-10
* Move TensorForestEstimator to contrib, since that's where most of its code is...Gravatar A. Unique TensorFlower2017-01-09
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Add metrics for getting precision/recall curves.Gravatar A. Unique TensorFlower2016-12-20
* Squeezing labels before passing them into the top k eval metric for TensorFor...Gravatar A. Unique TensorFlower2016-12-12
* Adding top k evaluation metric for TensorForest.Gravatar A. Unique TensorFlower2016-11-10