aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/metrics/python/ops/metric_ops.py
Commit message (Expand)AuthorAge
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-02
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Remove deprecated ignore_mask field from streaming metrics.Gravatar A. Unique TensorFlower2016-10-24
* Refactors linear classifier/model_fn and svm estimator to use head. Also,Gravatar Zakaria Haque2016-10-20
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Add streaming_sparse_precision_at_top_k in metric_ops.Gravatar A. Unique TensorFlower2016-10-14
* Write tests for sparse metric_ops with out-of-range labels or class_id and fi...Gravatar A. Unique TensorFlower2016-10-14
* Allows metrics.streaming_concat() to be used inside evaluation.evaluation_loo...Gravatar A. Unique TensorFlower2016-10-13
* Add tests for dense labels.Gravatar A. Unique TensorFlower2016-10-13
* Add comment that argument can be either dense Tensor or SparseTensor.Gravatar A. Unique TensorFlower2016-10-03
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Moving remove_squeezable_dimensions to framework/tensor_util so that it can b...Gravatar Nathan Silberman2016-09-27
* Add tf.contrib.metrics.streaming_concatGravatar Stephan Hoyer2016-09-26
* Fix pydoc for _safe_scalar_div.Gravatar A. Unique TensorFlower2016-09-23
* Add `streaming_sparse_average_precision_at_k`, aka "mean average precision".Gravatar A. Unique TensorFlower2016-09-22
* Fix weights broadcasting.Gravatar A. Unique TensorFlower2016-09-21
* Introduces new tf.contrib.metrics for streaming covariance and pearson produc...Gravatar A. Unique TensorFlower2016-09-16
* Add weights to streaming metrics that lack them, and clean up documentation a...Gravatar A. Unique TensorFlower2016-09-15
* Add a more principled way to connect metrics the the output of a model. Inste...Gravatar Martin Wicke2016-09-02
* Make sure the metric's keywords are not None before using. Partial's should h...Gravatar A. Unique TensorFlower2016-08-30
* Add support of weights in metrics in _get_eval_op of Estimator.Gravatar A. Unique TensorFlower2016-08-26
* Make _tp_tn_fp_fn have weights as an optional parameter. I was using this in ...Gravatar A. Unique TensorFlower2016-08-25
* Add support for weighted streaming AUC / P@thresholds / R@thresholds calculat...Gravatar Frank Li2016-08-17
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16
* Deprecate variable_op_scope by extending variable_scope and move callers to t...Gravatar Lukasz Kaiser2016-08-11
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Added streaming_mean_tensor which keeps a streaming mean of the N-dimensional...Gravatar A. Unique TensorFlower2016-07-20
* Moves eval op from dnn_linear_combined to TargetColumn.Gravatar A. Unique TensorFlower2016-07-14
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ...Gravatar A. Unique TensorFlower2016-07-11
* Moving aggregate metrics functions to tf.contrib.Gravatar A. Unique TensorFlower2016-07-08
* Adds the precision recall AUC to slim metrics.Gravatar A. Unique TensorFlower2016-07-07
* Automated rollback of change 126829119Gravatar A. Unique TensorFlower2016-07-07
* Adds the precision recall AUC to slim metrics.Gravatar A. Unique TensorFlower2016-07-07
* Modify confusion_matrix_ops so that the output data type can be specified.Gravatar A. Unique TensorFlower2016-07-06
* Add streaming_mean_iou to metric_ops.Gravatar A. Unique TensorFlower2016-07-03
* Modify metric_ops.remove_squeezable_dimensions to handle statically unknown r...Gravatar A. Unique TensorFlower2016-06-22
* Fixes typos in docs.Gravatar A. Unique TensorFlower2016-06-08
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Fixing bug in streaming_mean_relative_error where a zero in the normalizer ca...Gravatar A. Unique TensorFlower2016-05-23
* Adds a metric for a streaming precision recall curve.Gravatar A. Unique TensorFlower2016-05-20
* Fixing documentation references to 'weights' which should read 'ignore_mask'.Gravatar A. Unique TensorFlower2016-05-19
* 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
* Adding a series of streaming metrics to contrib including: streaming_accuracy...Gravatar A. Unique TensorFlower2016-04-26