Home
last modified time | relevance | path

Searched refs:PRECISION_MEAN (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dlogistic_regressor_test.py87 0.0, eval_metrics[metric_key.MetricKey.PRECISION_MEAN % 0.5], err=1e-6)
109 1.0, eval_metrics[metric_key.MetricKey.PRECISION_MEAN % 0.5], err=1e-6)
Dmetric_key.py43 PRECISION_MEAN = "precision/positive_threshold_%f_mean" variable in MetricKey
Dlogistic_regressor.py172 metrics[metric_key.MetricKey.PRECISION_MEAN % threshold] = (
Dhead.py952 self.head_name, mkey.PRECISION_MEAN % threshold)] = (
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py470 metrics[_MetricKeys.PRECISION_MEAN % threshold] = _streaming_at_threshold(
528 PRECISION_MEAN = "precision/positive_threshold_%f_mean" variable in _MetricKeys