Skip to content

Commit fa77e86

Browse files
authored
Merge pull request #99986 from manashgoswami/patch-1
Bug 1948126: Incorrect AutoML set_training parameter "allowed_algorit…
2 parents 22cd22b + bd628ff commit fa77e86

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
@@ -180,7 +180,7 @@ Automated ML supports tabular data based tasks (classification, regression, fore
180180

181181
Automated machine learning tries different models and algorithms during the automation and tuning process. As a user, there's no need for you to specify the algorithm.
182182

183-
The task method determines the list of algorithms/models, to apply. Use the `allowed_algorithms` or `blocked_training_algorithms` parameters in the `set_training()` setter function to further modify iterations with the available models to include or exclude.
183+
The task method determines the list of algorithms/models, to apply. Use the `allowed_training_algorithms` or `blocked_training_algorithms` parameters in the `set_training()` setter function to further modify iterations with the available models to include or exclude.
184184

185185
In the following list of links you can explore the supported algorithms per machine learning task listed below.
186186

0 commit comments

Comments
 (0)