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 c6d0b79 commit 0ff9c32Copy full SHA for 0ff9c32
docs/cluster/install.md
@@ -42,7 +42,7 @@ cortex get classifier
42
43
# Classify a sample
44
curl -X POST -H "Content-Type: application/json" \
45
- -d '{ "sepal_length": 5.2, "sepal_width": 3.6, "petal_length": 1.4 "petal_width": 0.3 }' \
+ -d '{ "sepal_length": 5.2, "sepal_width": 3.6, "petal_length": 1.4, "petal_width": 0.3 }' \
46
<API endpoint>
47
```
48
0 commit comments