Skip to content

Commit 1d5d125

Browse files
authored
Merge pull request #251289 from msakande/fix-ambiguity-in-deprecation-warning
revising warning about MLproject files deprecation
2 parents e04d8ad + 93ce6d6 commit 1d5d125

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

articles/machine-learning/concept-mlflow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ You can submit training jobs to Azure Machine Learning by using [MLflow projects
9090

9191
Learn more at [Train machine learning models with MLflow projects and Azure Machine Learning](how-to-train-mlflow-projects.md).
9292

93-
[!INCLUDE [machine-learning-mlflow-projects-deprecation](includes/machine-learning-mlflow-projects-deprecation.md)]
94-
9593
### Example notebooks
9694

9795
* [Track an MLflow project in Azure Machine Learning workspaces](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/using-mlflow/train-projects-local/train-projects-local.ipynb)

articles/machine-learning/how-to-use-mlflow-azure-synapse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ In this article, learn how to enable MLflow to connect to Azure Machine Learning
2121

2222
If you have an MLflow Project to train with Azure Machine Learning, see [Train ML models with MLflow Projects and Azure Machine Learning (preview)](how-to-train-mlflow-projects.md).
2323

24-
[!INCLUDE [machine-learning-mlflow-projects-deprecation](includes/machine-learning-mlflow-projects-deprecation.md)]
25-
2624
## Prerequisites
2725

2826
* An [Azure Synapse Analytics workspace and cluster](../synapse-analytics/quickstart-create-workspace.md).

articles/machine-learning/includes/machine-learning-mlflow-projects-deprecation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
author: msakande
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 07/05/2023
5+
ms.date: 09/13/2023
66
ms.author: mopeakande
77
---
88

99
> [!WARNING]
10-
> Support for MLflow Projects in Azure Machine Learning will end on September 30, 2023. You'll be able to submit MLflow Projects (`MLproject` files) to Azure Machine Learning until that date.
10+
> Support for MLflow Projects (`MLproject` files) in Azure Machine Learning will be fully retired in September 2026. MLflow is still fully supported, and is still the recommended way to track machine learning workloads in Azure Machine Learning.
1111
>
12-
> We recommend that you transition to Azure Machine Learning __Jobs__, using either the Azure CLI or the Azure Machine Learning SDK for Python (v2) before September 2026, when MLflow Projects will be fully retired in Azure Machine Learning. For more information on Azure Machine Learning jobs, see [Track ML experiments and models with MLflow](../how-to-use-mlflow-cli-runs.md).
12+
> As you continue to use MLflow, we recommend that you transition from `MLproject` files to Azure Machine Learning __Jobs__, using either the Azure CLI or the Azure Machine Learning SDK for Python (v2). For more information on Azure Machine Learning jobs, see [Track ML experiments and models with MLflow](../how-to-use-mlflow-cli-runs.md#configuring-the-experiment).

articles/machine-learning/v1/concept-mlflow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ With MLflow Tracking, you can connect Azure Machine Learning as the back end of
5959
6060
You can use MLflow Tracking to submit training jobs with [MLflow Projects](https://www.mlflow.org/docs/latest/projects.html) and Azure Machine Learning back-end support.
6161

62-
[!INCLUDE [machine-learning-mlflow-projects-deprecation](../includes/machine-learning-mlflow-projects-deprecation.md)]
63-
6462
You can submit jobs locally with Azure Machine Learning tracking or migrate your runs to the cloud via [Azure Machine Learning compute](../how-to-create-attach-compute-cluster.md).
6563

6664
Learn more at [Train machine learning models with MLflow projects and Azure Machine Learning](../how-to-train-mlflow-projects.md).

0 commit comments

Comments
 (0)