You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-automl-forecasting-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Model from forecasting training jobs can be deployed in either of the two ways:
145
145
1. Online Endpoint
146
146
- Please refer [this link](./how-to-deploy-automl-endpoint.md) to do online deployment.
147
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.
148
-
- You can refer [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-forecasting-task-bike-share/auto-ml-forecasting-bike-share.ipynb) to see an example.
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
149
2. Batch Endpoint
150
150
- Please refer [this link](./how-to-use-batch-endpoint.md) to do batch deployment.
151
151
- It requires you to develop a custom scoring script.
0 commit comments