Skip to content

Commit 9efed14

Browse files
Merge pull request #106792 from iamrk04/patch-1
Update how-to-automl-forecasting-faq.md
2 parents 6c12dbf + 5bcb6a2 commit 9efed14

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,30 @@ If your AutoML forecasting job fails, you'll see an error message in the studio
138138
> [!NOTE]
139139
> For Many Models or HTS job, training is usually on multi-node compute clusters. Logs for these jobs are present for each node IP address. You will need to search for error logs in each node in this case. The error logs, along with the driver logs, are in the `user_logs` folder for each node IP.
140140
141+
## How do I deploy model from forecasting training jobs?
142+
143+
Model from forecasting training jobs can be deployed in either of the two ways:
144+
145+
- Online Endpoint
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.
148+
- 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+
- Batch Endpoint
150+
- Please refer [this link](./how-to-use-batch-endpoint.md) for batch deployment.
151+
- It requires you to develop a custom scoring script.
152+
- 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.
153+
154+
For UI deployments, we encourage to use either of the two options:
155+
- Real-time endpoint
156+
- Batch endpoint
157+
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.":::
159+
160+
**Please don't use the 1st option i.e. "Real-time-endpoint (quick)"**.
161+
162+
> [!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.
164+
141165
## What is a workspace / environment / experiment/ compute instance / compute target?
142166

143167
If you aren't familiar with Azure Machine Learning concepts, start with the ["What is Azure Machine Learning"](overview-what-is-azure-machine-learning.md) article and the [workspaces](./concept-workspace.md) article.
37.3 KB
Loading

0 commit comments

Comments
 (0)