aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/canned/dnn_linear_combined.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/estimator/canned/dnn_linear_combined.py')
-rw-r--r--tensorflow/python/estimator/canned/dnn_linear_combined.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/estimator/canned/dnn_linear_combined.py b/tensorflow/python/estimator/canned/dnn_linear_combined.py
index 03bcf7ae57..8785ddc5a6 100644
--- a/tensorflow/python/estimator/canned/dnn_linear_combined.py
+++ b/tensorflow/python/estimator/canned/dnn_linear_combined.py
@@ -395,7 +395,7 @@ class DNNLinearCombinedClassifier(estimator.Estimator):
class DNNLinearCombinedRegressor(estimator.Estimator):
- """An estimator for TensorFlow Linear and DNN joined models for regression.
+ """An estimator for TensorFlow Linear and DNN joined models for regresssion.
Note: This estimator is also known as wide-n-deep.