We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d002a commit c6eff4cCopy full SHA for c6eff4c
autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/feature_preprocessing/Nystroem.py
@@ -116,7 +116,7 @@ def get_hyperparameter_search_space(
116
if len(value_range) == 0:
117
value_range = ["poly"]
118
119
- if sorted(value_range) != sorted(list(score_func.value_range)):
+ if sorted(value_range) != sorted(list(kernel.value_range)):
120
warnings.warn(f"Given choices for `score_func` are not compatible with the dataset. "
121
f"Updating choices to {value_range}")
122
0 commit comments