Skip to content

Commit 890c316

Browse files
authored
Merge pull request #228101 from pritamso/Broken-link-fix-shouryaj
[SCOPED] Broken link fix
2 parents 6d0b5c2 + fee4993 commit 890c316

10 files changed

+64
-73
lines changed

articles/machine-learning/component-reference-v2/classification.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,35 @@ AutoML creates a number of pipelines in parallel that try different algorithms a
3434

3535
1. For **classification**, you can also enable deep learning.
3636

37-
If deep learning is enabled, validation is limited to _train_validation split_. [Learn more about validation options](/how-to-configure-cross-validation-data-splits.md).
37+
If deep learning is enabled, validation is limited to _train_validation split_. [Learn more about validation options](../how-to-configure-cross-validation-data-splits.md).
3838

3939

4040
1. (Optional) View addition configuration settings: additional settings you can use to better control the training job. Otherwise, defaults are applied based on experiment selection and data.
4141

4242
Additional configurations|Description
4343
------|------
44-
Primary metric| Main metric used for scoring your model. [Learn more about model metrics](/how-to-configure-auto-train.md#primary-metric).
45-
Explain best model | Select to enable or disable, in order to show explanations for the recommended best model. <br> This functionality is not currently available for [certain forecasting algorithms](/how-to-machine-learning-interpretability-automl.md#interpretability-during-training-for-the-best-model).
46-
Blocked algorithm| Select algorithms you want to exclude from the training job. <br><br> Allowing algorithms is only available for [SDK experiments](/how-to-configure-auto-train.md#supported-algorithms). <br> See the [supported algorithms for each task type](/python/api/azureml-automl-core/azureml.automl.core.shared.constants.supportedmodels).
44+
Primary metric| Main metric used for scoring your model. [Learn more about model metrics](../how-to-configure-auto-train.md#primary-metric).
45+
Explain best model | Select to enable or disable, in order to show explanations for the recommended best model. <br> This functionality is not currently available for [certain forecasting algorithms](../v1/how-to-machine-learning-interpretability-automl.md#interpretability-during-training-for-the-best-model).
46+
Blocked algorithm| Select algorithms you want to exclude from the training job. <br><br> Allowing algorithms is only available for [SDK experiments](../how-to-configure-auto-train.md#supported-algorithms). <br> See the [supported algorithms for each task type](/python/api/azureml-automl-core/azureml.automl.core.shared.constants.supportedmodels).
4747
Exit criterion| When any of these criteria are met, the training job is stopped. <br> *Training job time (hours)*: How long to allow the training job to run. <br> *Metric score threshold*: Minimum metric score for all pipelines. This ensures that if you have a defined target metric you want to reach, you do not spend more time on the training job than necessary.
4848
Concurrency| *Max concurrent iterations*: Maximum number of pipelines (iterations) to test in the training job. The job will not run more than the specified number of iterations. Learn more about how automated ML performs [multiple child jobs on clusters](/how-to-configure-auto-train.md#multiple-child-runs-on-clusters).
4949

5050

5151
1. The **[Optional] Validate and test** form allows you to do the following.
5252

53-
1. Specify the type of validation to be used for your training job. [Learn more about cross validation](/how-to-configure-cross-validation-data-splits.md#prerequisites).
53+
1. Specify the type of validation to be used for your training job. [Learn more about cross validation](../how-to-configure-cross-validation-data-splits.md#prerequisites).
5454

5555
1. Provide a test dataset (preview) to evaluate the recommended model that automated ML generates for you at the end of your experiment. When you provide test data, a test job is automatically triggered at the end of your experiment. This test job is only job on the best model that was recommended by automated ML.
5656

5757
>[!IMPORTANT]
5858
> Providing a test dataset to evaluate generated models is a preview feature. This capability is an [experimental](/python/api/overview/azure/ml/#stable-vs-experimental) preview feature, and may change at any time.
5959
60-
* Test data is considered a separate from training and validation, so as to not bias the results of the test job of the recommended model. [Learn more about bias during model validation](/concept-automated-ml.md#training-validation-and-test-data).
60+
* Test data is considered a separate from training and validation, so as to not bias the results of the test job of the recommended model. [Learn more about bias during model validation](../concept-automated-ml.md#training-validation-and-test-data).
6161
* You can either provide your own test dataset or opt to use a percentage of your training dataset. Test data must be in the form of an [Azure Machine Learning TabularDataset](../v1/how-to-create-register-datasets.md#tabulardataset).
6262
* The schema of the test dataset should match the training dataset. The target column is optional, but if no target column is indicated no test metrics are calculated.
6363
* The test dataset should not be the same as the training dataset or the validation dataset.
6464

6565

6666
## Next steps
6767

68-
See the [set of components available](/component-reference.md) to Azure Machine Learning.
68+
See the [set of components available](../component-reference/component-reference.md) to Azure Machine Learning.

articles/machine-learning/component-reference-v2/forecasting.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use this component to create a machine learning model that is based on the AutoM
2121

2222
## How to configure
2323

24-
This component creates a forecasting model. Because forecasting is a supervised learning method, you need a *labeled dataset* that includes a label column with a value for all rows. Follow this link to get more information on [how to prepare your dataset.](/how-to-prepare-datasets-for-automl-images) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
24+
This component creates a forecasting model. Because forecasting is a supervised learning method, you need a *labeled dataset* that includes a label column with a value for all rows. Follow this link to get more information on [how to prepare your dataset.](../how-to-prepare-datasets-for-automl-images.md) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
2525

2626
This model requires a training dataset. Validation and test datasets are optional.
2727

@@ -37,29 +37,26 @@ AutoML creates a number of pipelines in parallel that try different algorithms a
3737

3838
1. Specify the **Target Column** you want the model to output
3939

40-
1. On the **Task type and settings** form, select the task type: forecasting. See [supported task types](/concept-automated-ml.md#when-to-use-automl-classification-regression-forecasting-computer-vision--nlp) for more information.
40+
1. On the **Task type and settings** form, select the task type: forecasting. See [supported task types](../concept-automated-ml.md#when-to-use-automl-classification-regression-forecasting-computer-vision--nlp) for more information.
4141

4242
1. For **forecasting** you can,
4343

4444
1. Enable deep learning.
4545

4646
1. Select *time column*: This column contains the time data to be used.
4747

48-
1. Select *forecast horizon*: Indicate how many time units (minutes/hours/days/weeks/months/years) will the model be able to predict to the future. The further the model is required to predict into the future, the less accurate it becomes. [Learn more about forecasting and forecast horizon](/how-to-auto-train-forecast.md).
48+
1. Select *forecast horizon*: Indicate how many time units (minutes/hours/days/weeks/months/years) will the model be able to predict to the future. The further the model is required to predict into the future, the less accurate it becomes. [Learn more about forecasting and forecast horizon](../how-to-auto-train-forecast.md).
4949

5050
1. (Optional) View addition configuration settings: additional settings you can use to better control the training job. Otherwise, defaults are applied based on experiment selection and data.
5151

5252
Additional configurations|Description
5353
------|------
54-
Primary metric| Main metric used for scoring your model. [Learn more about model metrics](/how-to-configure-auto-train.md#primary-metric).
55-
Explain best model | Select to enable or disable, in order to show explanations for the recommended best model. <br> This functionality is not currently available for [certain forecasting algorithms](/how-to-machine-learning-interpretability-automl.md#interpretability-during-training-for-the-best-model).
54+
Primary metric| Main metric used for scoring your model. [Learn more about model metrics](../how-to-configure-auto-train.md#primary-metric).
55+
Explain best model | Select to enable or disable, in order to show explanations for the recommended best model. <br> This functionality is not currently available for [certain forecasting algorithms](../v1/how-to-machine-learning-interpretability-automl.md#interpretability-during-training-for-the-best-model).
5656
Blocked algorithm| Select algorithms you want to exclude from the training job. <br><br> Allowing algorithms is only available for [SDK experiments](../how-to-configure-auto-train.md#supported-algorithms). <br> See the [supported algorithms for each task type](/python/api/azureml-automl-core/azureml.automl.core.shared.constants.supportedmodels).
5757
Exit criterion| When any of these criteria are met, the training job is stopped. <br> *Training job time (hours)*: How long to allow the training job to run. <br> *Metric score threshold*: Minimum metric score for all pipelines. This ensures that if you have a defined target metric you want to reach, you do not spend more time on the training job than necessary.
58-
Concurrency| *Max concurrent iterations*: Maximum number of pipelines (iterations) to test in the training job. The job will not run more than the specified number of iterations. Learn more about how automated ML performs [multiple child jobs on clusters](/how-to-configure-auto-train.md#multiple-child-runs-on-clusters).
59-
60-
61-
58+
Concurrency| *Max concurrent iterations*: Maximum number of pipelines (iterations) to test in the training job. The job will not run more than the specified number of iterations. Learn more about how automated ML performs [multiple child jobs on clusters](../how-to-configure-auto-train.md#multiple-child-runs-on-clusters).
6259

6360
## Next steps
6461

65-
See the [set of components available](/component-reference.md) to Azure Machine Learning.
62+
See the [set of components available](../component-reference/component-reference.md) to Azure Machine Learning.

articles/machine-learning/component-reference-v2/image-classification-multilabel.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,30 @@ Multi-label image classification is a computer vision task where the goal is to
2222

2323
## How to configure
2424

25-
[Follow this link](/machine-learning/reference-automl-images-cli-multilabel-classification) for a full list of configurable parameters of this component.
25+
[Follow this link](/azure/machine-learning/reference-automl-images-cli-multilabel-classification) for a full list of configurable parameters of this component.
2626

2727
[Follow this link](/machine-learning/reference-automl-images-cli-multilabel-classification) for a full list of configurable parameters of this component.
2828

2929
This component creates a classification model. Because classification is a supervised learning method, you need a *labeled dataset* that includes a label column with a value for all rows.
3030

31-
3231
This model requires a training dataset. Validation and test datasets are optional.
3332

34-
Follow this link to get more information on [how to prepare your dataset.](/how-to-prepare-datasets-for-automl-images) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
35-
33+
Follow this link to get more information on [how to prepare your dataset.](../how-to-prepare-datasets-for-automl-images.md) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
3634

3735
AutoML runs a number of trials (specified in `max_trials`) in parallel (`specified in max_concurrent_trial`) that try different algorithms and parameters for your model. The service iterates through ML algorithms paired with hyperparameter selections and each trial produces a model with a training score. You are able to choose the metric you want the model to optimize for. The better the score for the chosen metric the better the model is considered to "fit" your data. You are able to define an exit criteria (termination policy) for the experiment. The exit criteria will be model with a specific training score you want AutoML to find. It will stop once it hits the exit criteria defined. This component will then output the best model that has been generated at the end of the run for your dataset. Visit this link for more information on [exit criteria (termination policy)](/how-to-auto-train-image-models#early-termination-policies).
3836

39-
40-
4137
1. Add the **AutoML Image Classification Multi-label** component to your pipeline.
4238

4339
1. Specify the **Target Column** you want the model to output
4440

45-
1. Specify the **Primary Metric** you want AutoML to use to measure your model's success. Visit this link for an [explanation on each primary metric for computer vision.](/how-to-auto-train-image-models.md#primary-metric)
46-
47-
1. (Optional) You are able to configure algorithm settings. Visit this link for a {list of supported algorithms for computer vision.](/how-to-auto-train-image-models.md#supported-model-algorithms
41+
1. Specify the **Primary Metric** you want AutoML to use to measure your model's success. Visit this link for an [explanation on each primary metric for computer vision.](../how-to-auto-train-image-models.md#primary-metric)
4842

49-
1. (Optional) To configure job limits, visit [this link for more explanation.](/how-to-auto-train-image-models.md#job-limits)
43+
1. (Optional) You are able to configure algorithm settings. Visit this link for a {list of supported algorithms for computer vision.](../how-to-auto-train-image-models.md#supported-model-algorithms
5044

51-
1. (Optional) Visit this link for a [list of configurations for Sampling and Early Termination for your Job Sweep.](/how-to-auto-train-image-models.md#sampling-methods-for-the-sweep) You can also find more information on each of the policies and sampling methods.
45+
1. (Optional) To configure job limits, visit [this link for more explanation.](../how-to-auto-train-image-models.md#job-limits)
5246

53-
47+
1. (Optional) Visit this link for a [list of configurations for Sampling and Early Termination for your Job Sweep.](../how-to-auto-train-image-models.md#sampling-methods-for-the-sweep) You can also find more information on each of the policies and sampling methods.
5448

5549
## Next steps
5650

57-
See the [set of components available](/component-reference.md) to Azure Machine Learning.
51+
See the [set of components available](../component-reference/component-reference.md) to Azure Machine Learning.

articles/machine-learning/component-reference-v2/image-classification.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Use this component to create a machine learning model that is based on the AutoM
2121

2222
## How to configure
2323

24-
[Follow this link](/machine-learning/reference-automl-images-cli-classification) for a full list of configurable parameters of this component.
24+
[Follow this link](/azure/machine-learning/reference-automl-images-cli-classification) for a full list of configurable parameters of this component.
2525

2626

2727
This model requires a training dataset. Validation and test datasets are optional.
2828

29-
Follow this link to get more information on [how to prepare your dataset.](/how-to-prepare-datasets-for-automl-images) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
29+
Follow this link to get more information on [how to prepare your dataset.](../how-to-prepare-datasets-for-automl-images.md) The dataset will need a *labeled dataset* that includes a label column with a value for all rows.
3030

3131

3232
AutoML runs a number of trials (specified in max_trials) in parallel (specified in max_concurrent_trials) that try different algorithms and parameters for your model. The service iterates through ML algorithms paired with hyperparameter selections and each trial produces a model with a training score. You are able to choose the metric you want the model to optimize for. The better the score for the chosen metric the better the model is considered to "fit" your data. You are able to define an exit criteria (termination policy) for the experiment. The exit criteria will be model with a specific training score you want AutoML to find. It will stop once it hits the exit criteria defined. This component will then output the best model that has been generated at the end of the run for your dataset.
@@ -37,16 +37,16 @@ AutoML runs a number of trials (specified in max_trials) in parallel (specified
3737

3838
1. Specify the **Target Column** you want the model to output
3939

40-
1. Specify the **Primary Metric** you want AutoML to use to measure your model's success. Visit this link for an [explanation on each primary metric for computer vision.](/how-to-auto-train-image-models.md#primary-metric)
40+
1. Specify the **Primary Metric** you want AutoML to use to measure your model's success. Visit this link for an [explanation on each primary metric for computer vision.](../how-to-auto-train-image-models.md#primary-metric)
4141

42-
1. (Optional) You are able to configure algorithm settings. Visit this link for a {list of supported algorithms for computer vision.](/how-to-auto-train-image-models.md#supported-model-algorithms
42+
1. (Optional) You are able to configure algorithm settings. Visit this link for a {list of supported algorithms for computer vision.](../how-to-auto-train-image-models.md#supported-model-algorithms
4343

44-
1. (Optional) To configure job limits, visit [this link for more explanation.](/how-to-auto-train-image-models.md#job-limits)
44+
1. (Optional) To configure job limits, visit [this link for more explanation.](../how-to-auto-train-image-models.md#job-limits)
4545

46-
1. (Optional) Visit this link for a [list of configurations for Sampling and Early Termination for your Job Sweep.](/how-to-auto-train-image-models.md#sampling-methods-for-the-sweep) You can also find more information on each of the policies and sampling methods.
46+
1. (Optional) Visit this link for a [list of configurations for Sampling and Early Termination for your Job Sweep.](../how-to-auto-train-image-models.md#sampling-methods-for-the-sweep) You can also find more information on each of the policies and sampling methods.
4747

4848

4949

5050
## Next steps
5151

52-
See the [set of components available](/component-reference.md) to Azure Machine Learning.
52+
See the [set of components available](../component-reference/component-reference.md) to Azure Machine Learning.

0 commit comments

Comments
 (0)