Skip to content

Commit 6b0f768

Browse files
author
Larry Franks
committed
clarity
1 parent 8919ac9 commit 6b0f768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/how-to-deploy-advanced-entry-script.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def run(Inputs, GlobalParameters):
111111
> ```python
112112
> output_sample = pd.DataFrame(data=[{"a1": 5, "a2": 6}])
113113
> @output_schema(PandasParameterType(output_sample))
114+
> ...
114115
> result = model.predict(data)
115116
> return result
116117
> ```

0 commit comments

Comments
 (0)