We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c6c5a commit 069ef7bCopy full SHA for 069ef7b
tensorflow/python/estimator/export/export_output.py
@@ -69,7 +69,7 @@ class ClassificationOutput(ExportOutput):
69
"""
70
71
def __init__(self, scores=None, classes=None):
72
- """Constructor for `ClassifyOutput`.
+ """Constructor for `ClassificationOutput`.
73
74
Args:
75
scores: A float `Tensor` giving scores (sometimes but not always
0 commit comments