docs: Fix link to tf.estimator.DNNLinearCombinedRegressor (#12907)

This commit is contained in:
David Röthlisberger 2017-09-08 17:50:54 +01:00 committed by Yifei Feng
parent 70e5618d2b
commit c6eb4ecdb0

View File

@ -15,7 +15,7 @@ as regressors and classifiers:
Construct a neural network regression model.
* @{tf.estimator.DNNLinearCombinedClassifier}:
Construct a neural network and linear combined classification model.
* @{tf.estimator.DNNRegressor}:
* @{tf.estimator.DNNLinearCombinedRegressor}:
Construct a neural network and linear combined regression model.
But what if none of `tf.estimator`'s predefined model types meets your needs?