Skip to content

Commit aee6831

Browse files
authored
Update how-to-deploy-and-where.md
1 parent 489bfcc commit aee6831

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)