aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/metrics/__init__.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Implements tf.metrics.f1_score as the maximum f1 score across different thres...Gravatar A. Unique TensorFlower2018-07-11
* Adds an implementation of the precision at recall metric.Gravatar A. Unique TensorFlower2018-04-18
* Add auc_with_confidence_intervalsGravatar A. Unique TensorFlower2018-02-15
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Rename streaming_precision_recall_at_equal_thresholds to precision_recall_at_...Gravatar A. Unique TensorFlower2017-11-17
* Adds streaming_dynamic_auc to Tensorflow contrib metrics. This metric differs...Gravatar A. Unique TensorFlower2017-11-10
* Adding streaming_recall_at_precision to Tensorflow contrib metrics.Gravatar A. Unique TensorFlower2017-11-01
* Add count metric, a helper function that computes the total number or total w...Gravatar A. Unique TensorFlower2017-10-27
* 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
* Add 'streaming_curve_points' metric which returns curve [ROC, PR] approximati...Gravatar A. Unique TensorFlower2017-06-02
* Add sparse_average_precition_at_top_k which takes top-k class indices instead...Gravatar A. Unique TensorFlower2017-02-21
* Documentation changes to adhere to new doc generatorGravatar Andrew Selle2017-02-13
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Moves most metrics from contrib into core.Gravatar A. Unique TensorFlower2016-12-02
* Add binary classification confusion matrix metrics.Gravatar A. Unique TensorFlower2016-11-23
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Remove deprecated ignore_mask field from streaming metrics.Gravatar A. Unique TensorFlower2016-10-24
* Add streaming_sparse_precision_at_top_k in metric_ops.Gravatar A. Unique TensorFlower2016-10-14
* Add tf.contrib.metrics.streaming_concatGravatar Stephan Hoyer2016-09-26
* Add `streaming_sparse_average_precision_at_k`, aka "mean average precision".Gravatar A. Unique TensorFlower2016-09-22
* Introduces new tf.contrib.metrics for streaming covariance and pearson produc...Gravatar A. Unique TensorFlower2016-09-16
* Add a more principled way to connect metrics the the output of a model. Inste...Gravatar Martin Wicke2016-09-02
* Add support of weights in metrics in _get_eval_op of Estimator.Gravatar A. Unique TensorFlower2016-08-26
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16
* Added streaming_mean_tensor which keeps a streaming mean of the N-dimensional...Gravatar A. Unique TensorFlower2016-07-20
* Moving aggregate metrics functions to tf.contrib.Gravatar A. Unique TensorFlower2016-07-08
* Add streaming_mean_iou to metric_ops.Gravatar A. Unique TensorFlower2016-07-03
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Adds a metric for a streaming precision recall curve.Gravatar A. Unique TensorFlower2016-05-20
* Improve contrib gen_docs markup.Gravatar A. Unique TensorFlower2016-05-16
* Registering tf.contrib.metrics with documentationGravatar A. Unique TensorFlower2016-05-12
* Add multiclass multilabel precision and recall metric operations.Gravatar A. Unique TensorFlower2016-05-10
* Add multiclass multilabel precision and recall metric operations.Gravatar A. Unique TensorFlower2016-05-09
* Add multiclass multilabel precision and recall metric operations.Gravatar A. Unique TensorFlower2016-05-09
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Adding a series of streaming metrics to contrib including: streaming_accuracy...Gravatar A. Unique TensorFlower2016-04-26
* Added classification metrics file and accuracy op.Gravatar Illia Polosukhin2016-04-19
* Initial API in contrib/metrics/ and adding one Op (auc_using_histogram).Gravatar A. Unique TensorFlower2016-04-07