aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/extend/estimators.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/extend/estimators.md')
-rw-r--r--tensorflow/docs_src/extend/estimators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/extend/estimators.md b/tensorflow/docs_src/extend/estimators.md
index 5265e5889b..5defade7ae 100644
--- a/tensorflow/docs_src/extend/estimators.md
+++ b/tensorflow/docs_src/extend/estimators.md
@@ -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?