Skip to content

Commit c8bf93c

Browse files
authored
fix comments
1 parent 9bfcbe1 commit c8bf93c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ If your AutoML forecasting job fails, you'll see an error message in the studio
143143
Model from forecasting training jobs can be deployed in either of the two ways:
144144

145145
1. Online Endpoint
146-
- Please refer [this link](./how-to-deploy-automl-endpoint.md) to do online deployment.
147-
- Please 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.
146+
- Please refer [this link](./how-to-deploy-automl-endpoint.md) for online deployment.
147+
- 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.
149149
2. Batch Endpoint
150-
- Please refer [this link](./how-to-use-batch-endpoint.md) to do batch deployment.
150+
- 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

@@ -160,7 +160,7 @@ For UI deployments, we encourage to use either of the two options:
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, neither through SDK, nor through CLI, nor through 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. This feature will be available very soon.
164164
165165
## What is a workspace / environment / experiment/ compute instance / compute target?
166166

0 commit comments

Comments
 (0)