Skip to content

Commit 3c4c95c

Browse files
authored
Update how-to-deploy-and-where.md
1 parent ec70b69 commit 3c4c95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ service_name = 'my-sklearn-service'
904904
service = Model.deploy(ws, service_name, [model])
905905
```
906906

907-
NOTE: Models which support predict_proba will use that method by default. To override this to use predict you can modify the POST header as below:
907+
NOTE: Models which support predict_proba will use that method by default. To override this to use predict you can modify the POST body as below:
908908
```python
909909
import json
910910

0 commit comments

Comments
 (0)