aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/metrics
Commit message (Expand)AuthorAge
...
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Add count metric, a helper function that computes the total number or total w...Gravatar A. Unique TensorFlower2017-10-27
* Updating documentation of _remove_squeezable_dimensions (in python/ops/metric...Gravatar A. Unique TensorFlower2017-10-26
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Exposes precision_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-10-24
* Add streaming_precision_recall_at_equal_thresholdsGravatar A. Unique TensorFlower2017-10-20
* Formatting metric_ops.Gravatar A. Unique TensorFlower2017-10-20
* Fix precision/recall test.Gravatar A. Unique TensorFlower2017-10-19
* Add streaming_false_{negative,positive}_rate and streaming_false_{negative,po...Gravatar A. Unique TensorFlower2017-10-14
* Automated g4 rollback of changelist 172048554Gravatar Anna R2017-10-13
* Add streaming_false_{negative,positive}_rate and streaming_false_{negative,po...Gravatar A. Unique TensorFlower2017-10-12
* Add sparse_recall_at_top_k in __init__.pyGravatar A. Unique TensorFlower2017-09-29
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* 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 Andrew Harp2017-08-21
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Fixed typo in documentation for streaming_precision_at_thresholds to change '...Gravatar A. Unique TensorFlower2017-08-02
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* streaming_covariance and streaming_pearson_correlation are modified to return...Gravatar A. Unique TensorFlower2017-07-06
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-20
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Fix true_negatives and false_negatives to handle unsqueezed dimensions (as is...Gravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add 'streaming_curve_points' metric which returns curve [ROC, PR] approximati...Gravatar A. Unique TensorFlower2017-06-02
* 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
* Remove superfluous dependencies.Gravatar A. Unique TensorFlower2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Update visibility of some targets to include internal code.Gravatar A. Unique TensorFlower2017-03-09
* Update metric_ops "Returns" comment to say `mean` instead of `mean_value` forGravatar A. Unique TensorFlower2017-03-09
* Add a test for streaming_concat on string values.Gravatar A. Unique TensorFlower2017-02-22
* Add sparse_average_precition_at_top_k which takes top-k class indices instead...Gravatar A. Unique TensorFlower2017-02-21
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Documentation changes to adhere to new doc generatorGravatar Andrew Selle2017-02-13
* Idempotency tests updated so that they compare different random tensors.Gravatar Nathan Silberman2017-02-13
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
* Remove code duplication between contrib metrics and core metrics and delete u...Gravatar A. Unique TensorFlower2017-02-01
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Make dtype consistent with docs for TP/TN/FP/FN ops.Gravatar A. Unique TensorFlower2017-01-17
* Transpose confusion matrix output to make it consistent with sklearn.Gravatar A. Unique TensorFlower2017-01-12
* Deprecate tf.neg, tf.mul, tf.sub (and remove math_ops.{neg,mul,sub} usagesGravatar Andrew Selle2017-01-11
* 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 so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28