Skip to content

Commit d731952

Browse files
committed
Fix include statement to be regressor
1 parent d8d3a4f commit d731952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_automl/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def case_regressor_fitted_only_dummy(
347347
model = make_automl_regressor(
348348
temporary_directory=cache.path("backend"),
349349
delete_tmp_folder_after_terminate=False,
350-
include={"classifier": ["k_nearest_neighbors"]}, # Just a meh model
350+
include={"regressor": ["k_nearest_neighbors"]}, # Just a meh model
351351
get_trials_callback=stop_at_first,
352352
)
353353

0 commit comments

Comments
 (0)