Skip to content

Commit 8c1ba91

Browse files
authored
Update how-to-deploy-model-custom-output.md
1 parent 599578b commit 8c1ba91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/batch-inference/how-to-deploy-model-custom-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ The model has been trained using an `XGBBoost` classifier and all the required p
4343

4444
[!INCLUDE [clone repo & set defaults](../../../includes/machine-learning-cli-prepare.md)]
4545

46+
### Follow along in Jupyter Notebooks
47+
48+
You can follow along this sample in a Jupyter Notebook. In the cloned repository, open the notebook: [custom-output-batch.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/custom-output-batch.ipynb).
49+
4650
## Creating a batch deployment with a custom output
4751

4852
In this example, we are going to create a deployment that can write directly to the output folder of the batch deployment job. The deployment will use this feature to write custom parquet files.

0 commit comments

Comments
 (0)