Skip to content

Commit 391575e

Browse files
authored
Update concept-automated-ml.md
1 parent d84f1c7 commit 391575e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/concept-automated-ml.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See examples of regression and automated machine learning for predictions in the
4545

4646
### Time-series forecasting
4747

48-
Building forecasts is an integral part of any business, whether it's revenue, inventory, sales, or customer demand. You can use automated ML to combine techniques and approaches and get a recommended, high-quality time-series forecast.
48+
Building forecasts is an integral part of any business, whether it's revenue, inventory, sales, or customer demand. You can use automated ML to combine techniques and approaches and get a recommended, high-quality time-series forecast. Learn more with this how-to: [automated machine learning for time series forecasting](how-to-auto-train-forecast.md).
4949

5050
An automated time-series experiment is treated as a multivariate regression problem. Past time-series values are "pivoted" to become additional dimensions for the regressor together with other predictors. This approach, unlike classical time series methods, has an advantage of naturally incorporating multiple contextual variables and their relationship to one another during training. Automated ML learns a single, but often internally branched model for all items in the dataset and prediction horizons. More data is thus available to estimate model parameters and generalization to unseen series becomes possible.
5151

@@ -57,7 +57,6 @@ Advanced forecasting configuration includes:
5757
* configurable lags
5858
* rolling window aggregate features
5959

60-
Learn more with this how-to: [automated machine learning for time series forecasting](how-to-auto-train-forecast.md).
6160

6261
See examples of regression and automated machine learning for predictions in these Python notebooks: [Sales Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb), [Demand Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb), and [Beverage Production Forecast](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-beer-remote/auto-ml-forecasting-beer-remote.ipynb).
6362

@@ -69,13 +68,14 @@ Using **Azure Machine Learning**, you can design and run your automated ML train
6968

7069
1. **Identify the ML problem** to be solved: classification, forecasting, or regression
7170

72-
1. **Choose whether you want to use the Python SDK or the studio web experience**.
71+
1. **Choose whether you want to use the Python SDK or the studio web experience**:
72+
Learn about the parity between the [Python SDK and studio web experience](#parity).
7373

7474
* For limited or no code experience, try the Azure Machine Learning studio web experience at [https://ml.azure.com](https://ml.azure.com/)
7575
* For Python developers, check out the [Azure Machine Learning Python SDK](how-to-configure-auto-train.md)
7676

77-
[!INCLUDE [aml-applies-to-enterprise-sku](../../includes/aml-applies-to-enterprise-sku-inline.md)] Learn about the parity between the [Python SDK and studio web experience](#parity).
78-
77+
[!INCLUDE [aml-applies-to-enterprise-sku](../../includes/aml-applies-to-enterprise-sku-inline.md)]
78+
7979
1. **Specify the source and format of the labeled training data**: Numpy arrays or Pandas dataframe
8080

8181
1. **Configure the compute target for model training**, such as your [local computer, Azure Machine Learning Computes, remote VMs, or Azure Databricks](how-to-set-up-training-targets.md). Learn about automated training [on a remote resource](how-to-auto-train-remote.md).

0 commit comments

Comments
 (0)