aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/metrics_impl.py
Commit message (Expand)AuthorAge
* BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* CLN: remove negative_to_zero argumentGravatar Yan Facai (颜发才)2018-08-23
* CLN: replace safe_div method by div_no_nanGravatar Yan Facai (颜发才)2018-08-22
* Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Automated g4 rollback of changelist 197218170Gravatar A. Unique TensorFlower2018-06-12
* Automated g4 rollback of changelist 197070234Gravatar Igor Saprykin2018-05-18
* Make V1 metrics distributed-aware. Also fix a bug where assertAllCloseGravatar A. Unique TensorFlower2018-05-17
* Fix PR-AUC calculation, namely the incorrect use of linear interpolation for ...Gravatar A. Unique TensorFlower2018-04-04
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Automated g4 rollback of changelist 185842713Gravatar Martin Wicke2018-03-06
* Fix a bug in tf.metrics.mean_tensor for case that the weights are very small.Gravatar A. Unique TensorFlower2018-02-21
* Fix a bug of overestimating AUC_PR. When TP and FP are both 0s, the precision...Gravatar A. Unique TensorFlower2018-02-15
* Fixed linter errors.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-14
* Renames sparse_precision_at_k to precision_at_k and sparse_average_precision_...Gravatar A. Unique TensorFlower2017-11-07
* Exposes recall_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-11-01
* Set metric variable initializers as lambda.Gravatar Mustafa Ispir2017-10-31
* Added GraphKeys.METRIC_VARIABLE collection. Added all variables under tf.metr...Gravatar Mustafa Ispir2017-10-31
* Updating documentation of _remove_squeezable_dimensions (in python/ops/metric...Gravatar A. Unique TensorFlower2017-10-26
* Adds tests for eager execution to tf.metrics.Gravatar A. Unique TensorFlower2017-10-25
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Exposes precision_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-10-24
* Copy (true|false)_(negatives|positives)_at_thresholds functions from tf.contr...Gravatar A. Unique TensorFlower2017-09-28
* Extend the summing methods used in tf.metrics.auc (currently a trapezoidal Ri...Gravatar A. Unique TensorFlower2017-09-28
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Verify that predictions are in the expected range for ops that use thresholds...Gravatar A. Unique TensorFlower2017-09-05
* Automated g4 rollback of changelist 167604306Gravatar A. Unique TensorFlower2017-09-05
* Verify that predictions are in the expected range for ops that use thresholds...Gravatar A. Unique TensorFlower2017-09-05
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Fix true_negatives and false_negatives to handle unsqueezed dimensions (as is...Gravatar A. Unique TensorFlower2017-06-09
* Fix bug when creating metrics variables inside a Tensorflow loop.Gravatar Peter Hawkins2017-05-24
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Add sparse_recall_at_top_k which takes top-k class indices instead of class l...Gravatar A. Unique TensorFlower2017-05-04
* Makes calls to variables.Variable resource-safe.Gravatar Alexandre Passos2017-04-17
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Expand weights if necessary to match labels & predictions ranks.Gravatar A. Unique TensorFlower2017-03-15
* Adding a mean per-class accuracy metric.Gravatar Dumitru Erhan2017-02-27
* Add sparse_average_precition_at_top_k which takes top-k class indices instead...Gravatar A. Unique TensorFlower2017-02-21
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01