Skip to content

Commit 7ecc1e9

Browse files
authored
Merge pull request #110027 from cartacioS/patch-34
Fixing wrong model name for whitelist param
2 parents 0959bb3 + 7e57a00 commit 7ecc1e9

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
@@ -161,7 +161,7 @@ Some examples include:
161161
automl_regressor = AutoMLConfig(
162162
task='regression',
163163
experiment_timeout_minutes=60,
164-
whitelist_models=['kNN regressor'],
164+
whitelist_models=['KNN'],
165165
primary_metric='r2_score',
166166
training_data=train_data,
167167
label_column_name=label,

0 commit comments

Comments
 (0)