Skip to content

Commit 8ac78d3

Browse files
authored
Merge pull request #77492 from j-martens/patch-479
Update how-to-deploy-and-where.md
2 parents 489bfcc + aee6831 commit 8ac78d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Define the input and output sample formats in the `input_sample` and `output_sam
138138

139139
The following example demonstrates how to accept and return JSON data:
140140

141-
**Scikit-learn example with Swagger generation:**
142141
```python
142+
#example: scikit-learn and Swagger
143143
import json
144144
import numpy as np
145145
from sklearn.externals import joblib

0 commit comments

Comments
 (0)