Skip to content

Commit e201080

Browse files
authored
Merge pull request #108497 from PeterCLu/plu-patch
Fix broken url
2 parents 5e1ff10 + aa40690 commit e201080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Next determine where the model will be trained. An automated machine learning tr
138138

139139
## Configure your experiment settings
140140

141-
There are several options that you can use to configure your automated machine learning experiment. These parameters are set by instantiating an `AutoMLConfig` object. See the [AutoMLConfig class](/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig.automlconfig?view=azure-ml-py) for a full list of parameters.
141+
There are several options that you can use to configure your automated machine learning experiment. These parameters are set by instantiating an `AutoMLConfig` object. See the [AutoMLConfig class](https://docs.microsoft.com/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig.automlconfig?view=azure-ml-py) for a full list of parameters.
142142

143143
Some examples include:
144144

0 commit comments

Comments
 (0)