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 b2c0ecc commit 6830116Copy full SHA for 6830116
autoPyTorch/api/base_task.py
@@ -249,7 +249,6 @@ def __init__(
249
250
self.input_validator: Optional[BaseInputValidator] = None
251
252
- # if search_space_updates is not None else get_search_updates(categorical_indicator)
253
self.search_space_updates = search_space_updates
254
if search_space_updates is not None:
255
if not isinstance(self.search_space_updates,
0 commit comments