Add explicit package names to class __doc__ strings for DNNClassifier classes.
PiperOrigin-RevId: 367512322
This commit is contained in:
parent
c53a96184b
commit
121982deb1
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ from tensorflow_estimator.python.estimator.canned import dnn
|
|||
|
||||
|
||||
class DNNClassifier(tf.estimator.Estimator):
|
||||
"""DP version of DNNClassifier."""
|
||||
"""DP version of `tf.estimator.DNNClassifier`."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
|
@ -22,7 +22,7 @@ from tensorflow_estimator.python.estimator.canned import dnn
|
|||
|
||||
|
||||
class DNNClassifier(tf.estimator.Estimator):
|
||||
"""DP version of tf.estimator.DNNClassifier."""
|
||||
"""DP version of `tf.compat.v1.estimator.DNNClassifier`."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in a new issue