Fixed typo in DynamicRnnEstimator __init__ documentation.

PiperOrigin-RevId: 171300981
This commit is contained in:
A. Unique TensorFlower 2017-10-06 09:24:17 -07:00 committed by TensorFlower Gardener
parent fb0df6d9de
commit 3251bc0792

View File

@ -639,7 +639,7 @@ class DynamicRnnEstimator(estimator.Estimator):
ValueError: `problem_type` is not one of
`ProblemType.LINEAR_REGRESSION` or `ProblemType.CLASSIFICATION`.
ValueError: `problem_type` is `ProblemType.CLASSIFICATION` but
`num_classes` is not specifieProblemType
`num_classes` is not specified.
ValueError: `prediction_type` is not one of
`PredictionType.MULTIPLE_VALUE` or `PredictionType.SINGLE_VALUE`.
"""