aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/metrics_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Fix PR-AUC calculation, namely the incorrect use of linear interpolation for ...Gravatar A. Unique TensorFlower2018-04-04
* 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
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* 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
* Added GraphKeys.METRIC_VARIABLE collection. Added all variables under tf.metr...Gravatar Mustafa Ispir2017-10-31
* 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
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* 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
* Call remove_squeezable_dimensions in metrics that take weights but not labels.Gravatar A. Unique TensorFlower2017-01-26
* Make dtype consistent with docs for TP/TN/FP/FN ops.Gravatar A. Unique TensorFlower2017-01-17
* Make weight broadcasting more strict (in particular, catch the case where a 1...Gravatar A. Unique TensorFlower2017-01-12
* Transpose confusion matrix output to make it consistent with sklearn.Gravatar A. Unique TensorFlower2017-01-12
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Restrict weights rank to be the same as the broadcast target, to avoid ambigu...Gravatar A. Unique TensorFlower2017-01-03
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Allow last dimension of labels for "at_k" metrics to be missing if num_labels=1.Gravatar A. Unique TensorFlower2016-12-12
* Refactor unit tests to make them easier to follow.Gravatar A. Unique TensorFlower2016-12-12
* Automated rollback of change 141521124Gravatar Martin Wicke2016-12-12
* Automated rollback of change 141490813Gravatar A. Unique TensorFlower2016-12-08
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Moves most metrics from contrib into core.Gravatar A. Unique TensorFlower2016-12-02