aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python/learn/experiment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/python/learn/experiment.py')
-rw-r--r--tensorflow/contrib/learn/python/learn/experiment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/learn/python/learn/experiment.py b/tensorflow/contrib/learn/python/learn/experiment.py
index e64becd888..043ce349d1 100644
--- a/tensorflow/contrib/learn/python/learn/experiment.py
+++ b/tensorflow/contrib/learn/python/learn/experiment.py
@@ -407,7 +407,8 @@ class Experiment(object):
performing evaluation allows for the second.
Returns:
- The result of the `evaluate` call to the `Estimator`.
+ The result of the `evaluate` call to the `Estimator` as well as the
+ export results using the specified `ExportStrategy`.
"""
# The directory to which evaluation summaries are written are determined
# by adding a suffix to 'eval'; that suffix is the 'name' parameter to