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 5f9129a commit 1ea48e2Copy full SHA for 1ea48e2
1 file changed
docs/api/client.rst
@@ -153,8 +153,8 @@ Basic Classification
153
async for result in results:
154
for output in result.outputs:
155
# Manually map classifications, as the generated grpc
156
- # implementation # for __str__ will ignore weights of 0.0,
157
- # which are common, especially # for binary classifications
+ # implementation for __str__ will ignore weights of 0.0,
+ # which are common, especially for binary classifications
158
# such as hash checks
159
classifications = {
160
c.label: c.weight
0 commit comments