aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/metrics.py
Commit message (Expand)AuthorAge
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* 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
* 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
* Adding a mean per-class accuracy metric.Gravatar Dumitru Erhan2017-02-27
* Seal tf.metrics.Gravatar Patrick Nguyen2016-12-21
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Improve documentation of precision and recall metrics.Gravatar A. Unique TensorFlower2016-12-20
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Allow last dimension of labels for "at_k" metrics to be missing if num_labels=1.Gravatar A. Unique TensorFlower2016-12-12
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Remove uses of math_ops.select and replace with array_ops.whereGravatar Andrew Selle2016-12-06
* Missed swapping argument orders in metrics.Gravatar A. Unique TensorFlower2016-12-06
* Moves most metrics from contrib into core.Gravatar A. Unique TensorFlower2016-12-02