Skip to content

Commit 7a5f26f

Browse files
authored
Update how-to-collect-production-data.md
1 parent da5e518 commit 7a5f26f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/machine-learning/how-to-collect-production-data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ def predict(input_df):
145145
return output_df
146146
```
147147

148-
For more examples on how to use the Python SDK for inference data logging, please see []().
149-
150148
### Update your dependencies
151149

152150
Before you create your deployment with the updated scoring script, you'll create your environment with the base image `mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04` and the appropriate conda dependencies, then you'll build the environment using the specification in the following YAML.

0 commit comments

Comments
 (0)