We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e8291 commit b96fd53Copy full SHA for b96fd53
user_guides/basic_usage/03_automl.py
@@ -52,7 +52,7 @@
52
"""
53
54
# %%
55
-preset["search_space"][1]["search_space"][0]["k"] = [1, 3]
+preset["search_space"][0]["search_space"][0]["k"] = [1, 3]
56
custom_pipeline = Pipeline.from_optimization_config(preset)
57
58
# %% [markdown]
0 commit comments