From 4c09cc9a6dc5ba04a8b3d6c2934a1d062441e22b Mon Sep 17 00:00:00 2001 From: AndreeaDan27 <120377092+AndreeaDan27@users.noreply.github.com> Date: Fri, 23 May 2025 18:56:18 +0200 Subject: [PATCH] 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). --- articles/machine-learning/how-to-mlflow-batch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/machine-learning/how-to-mlflow-batch.md b/articles/machine-learning/how-to-mlflow-batch.md index 940e372a185..4ba797e7577 100644 --- a/articles/machine-learning/how-to-mlflow-batch.md +++ b/articles/machine-learning/how-to-mlflow-batch.md @@ -235,6 +235,8 @@ To test your endpoint, you use a sample of unlabeled data located in this reposi # [Python](#tab/python) [!INCLUDE [batch-endpoint-invoke-inputs-sdk](includes/batch-endpoint-invoke-inputs-sdk.md)] + + 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). [!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb?name=start_batch_scoring_job)] @@ -280,6 +282,8 @@ To download the predictions, use the following command: # [Python](#tab/python) +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). + To download the predictions, use the following code: [!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb?name=download_outputs)]