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 31080ac commit 2c94327Copy full SHA for 2c94327
autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/coalescer/__init__.py
@@ -115,8 +115,7 @@ def get_hyperparameter_search_space(self,
115
# Call arg is ignored on mypy as the search space dynamically
116
# provides different args
117
preprocessor_configuration_space = available_preprocessors[name].\
118
- get_hyperparameter_search_space(dataset_properties, # type:ignore[call-arg]
119
- **updates)
+ get_hyperparameter_search_space(dataset_properties, **updates) # type:ignore
120
parent_hyperparameter = {'parent': preprocessor, 'value': name}
121
cs.add_configuration_space(name, preprocessor_configuration_space,
122
parent_hyperparameter=parent_hyperparameter)
0 commit comments