Skip to content

Commit 5bcb6a2

Browse files
authored
fix comment
1 parent c8bf93c commit 5bcb6a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/machine-learning/how-to-automl-forecasting-faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,25 @@ If your AutoML forecasting job fails, you'll see an error message in the studio
142142

143143
Model from forecasting training jobs can be deployed in either of the two ways:
144144

145-
1. Online Endpoint
145+
- Online Endpoint
146146
- Please refer [this link](./how-to-deploy-automl-endpoint.md) for online deployment.
147147
- You can check the scoring file used in the deployment or click on the "Test" tab on the endpoint page in the studio to understand the structure of input that is expected by the deployment.
148148
- You can refer [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-forecasting-task-energy-demand/automl-forecasting-task-energy-demand-advanced-mlflow.ipynb) to see an example.
149-
2. Batch Endpoint
149+
- Batch Endpoint
150150
- Please refer [this link](./how-to-use-batch-endpoint.md) for batch deployment.
151151
- It requires you to develop a custom scoring script.
152152
- You can refer [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-forecasting-orange-juice-sales/automl-forecasting-orange-juice-sales-mlflow.ipynb) to see an example.
153153

154154
For UI deployments, we encourage to use either of the two options:
155-
1. Real-time endpoint
156-
2. Batch endpoint
155+
- Real-time endpoint
156+
- Batch endpoint
157157

158-
:::image type="content" source="media/how-to-automl-forecasting-faq/deployment_UI.png" alt-text="A view of the possible deployment options for an AutoML forecasting model.":::
158+
:::image type="content" source="media/how-to-automl-forecasting-faq/deployment-ui.png" alt-text="A view of the possible deployment options for an AutoML forecasting model.":::
159159

160160
**Please don't use the 1st option i.e. "Real-time-endpoint (quick)"**.
161161

162162
> [!NOTE]
163-
> As of now, we don't support deploying MLflow model from forecasting training jobs through SDK, CLI, or UI. You will run into errors if you try this. This feature will be available very soon.
163+
> As of now, we don't support deploying MLflow model from forecasting training jobs through SDK, CLI, or UI. You will run into errors if you try this.
164164
165165
## What is a workspace / environment / experiment/ compute instance / compute target?
166166

0 commit comments

Comments
 (0)