Skip to content

Commit 4c09cc9

Browse files
authored
Update how-to-mlflow-batch.md
Added -> Refer to this notebook for the full code: [Heart Classifier MLflow Batch Notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb).
1 parent eb1b393 commit 4c09cc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/how-to-mlflow-batch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ To test your endpoint, you use a sample of unlabeled data located in this reposi
235235
# [Python](#tab/python)
236236

237237
[!INCLUDE [batch-endpoint-invoke-inputs-sdk](includes/batch-endpoint-invoke-inputs-sdk.md)]
238+
239+
Refer to this notebook for the full code: [Heart Classifier MLflow Batch Notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb).
238240

239241
[!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb?name=start_batch_scoring_job)]
240242

@@ -280,6 +282,8 @@ To download the predictions, use the following command:
280282

281283
# [Python](#tab/python)
282284

285+
Refer to this notebook for the full code: [Heart Classifier MLflow Batch Notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb).
286+
283287
To download the predictions, use the following code:
284288

285289
[!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb?name=download_outputs)]

0 commit comments

Comments
 (0)