aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/metrics
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* Merge pull request #21798 from facaiy:ENH/div_no_nan_treate_negative_as_zeroGravatar TensorFlower Gardener2018-09-24
|\
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
| * CLN: remove unnecessary math_ops.maximumGravatar Yan Facai (颜发才)2018-09-12
| * CLN: fix merge errorGravatar Yan Facai (颜发才)2018-09-12
| * Merge remote-tracking branch 'upstream/master' into ENH/div_no_nan_treate_neg...Gravatar Yan Facai (颜发才)2018-09-11
| |\ | |/ |/|
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | Currently, recall_at_precision returns the threshold where the precision isGravatar A. Unique TensorFlower2018-08-23
| * 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
|/
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Make count metric consistent with other metrics by converting variable to ten...Gravatar A. Unique TensorFlower2018-07-19
* Implements tf.metrics.f1_score as the maximum f1 score across different thres...Gravatar A. Unique TensorFlower2018-07-11
* Adds weights to streaming_dynamic_auc in Tensorflow contrib metrics.Gravatar A. Unique TensorFlower2018-06-21
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Reduce runtime of metric_ops_test by increasing sharding and splittingGravatar A. Unique TensorFlower2018-06-13
* Splits testLargeCase in metric_ops_test into a dedicated file for slow-runnin...Gravatar A. Unique TensorFlower2018-06-13
* Disable testLargeCase in metric_ops_testGravatar Gunhan Gulsoy2018-06-05
* Fix an floating point inaccuracy issue in precision_recall_at_equal_threshold...Gravatar A. Unique TensorFlower2018-06-04
* Add control dependencies to the correct graph when simplifying packing ops.Gravatar Benoit Steiner2018-05-30
* Increase shard count yet more for tensorflow/contrib/metrics:metric_ops_test ...Gravatar A. Unique TensorFlower2018-05-10
* Fix flaky timeouts in metric_ops_test by sharding more.Gravatar A. Unique TensorFlower2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Adds an implementation of the precision at recall metric.Gravatar A. Unique TensorFlower2018-04-18
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* 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
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Add auc_with_confidence_intervalsGravatar A. Unique TensorFlower2018-02-15
* Fix a bug of overestimating AUC_PR. When TP and FP are both 0s, the precision...Gravatar A. Unique TensorFlower2018-02-15
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Fix incorrect parameter order in recall_at_precision.Gravatar A. Unique TensorFlower2017-12-11
* Delete trailing whitespaceGravatar A. Unique TensorFlower2017-11-27
* Rename streaming_precision_recall_at_equal_thresholds to precision_recall_at_...Gravatar A. Unique TensorFlower2017-11-17
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-14
* Adds streaming_dynamic_auc to Tensorflow contrib metrics. This metric differs...Gravatar A. Unique TensorFlower2017-11-10
* Renames sparse_precision_at_k to precision_at_k and sparse_average_precision_...Gravatar A. Unique TensorFlower2017-11-07
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Adding streaming_recall_at_precision to Tensorflow contrib metrics.Gravatar A. Unique TensorFlower2017-11-01
* 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