aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/client/eval_metrics.py
Commit message (Expand)AuthorAge
* 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
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Add AUC to tensorforest eval metrics.Gravatar A. Unique TensorFlower2017-06-20
* Update TensorForest to provide output_alternatives for serving.Gravatar David Soergel2017-05-11
* Return TensorForest feature importances in inference dict instead of using tf...Gravatar A. Unique TensorFlower2017-03-20
* Use standard names for inference in TensorForest.Gravatar A. Unique TensorFlower2017-03-14
* 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
* Add precision and recall to Tensorforest metrics.Gravatar A. Unique TensorFlower2016-11-08
* Support input weights during evaluation in TensorForest.Gravatar A. Unique TensorFlower2016-10-27
* Fix predictions eval metric in TensorForest.Gravatar A. Unique TensorFlower2016-10-25
* Refactor TensorForestEstimator to implement Trainable and Evaluable, and use ...Gravatar A. Unique TensorFlower2016-10-24
* Add log loss metric for use in TensorForest, which is used for some datasets ...Gravatar A. Unique TensorFlower2016-09-28
* 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