Skip to content

Commit

Permalink
Merge branch 'featurecoal' of github.com:franchuterivera/Auto-PyTorch…
Browse files Browse the repository at this point in the history
… into featurecoal
  • Loading branch information
franchuterivera committed Jun 21, 2021
2 parents c8aa626 + 2e08e99 commit afd4f00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def get_hyperparameter_search_space(self,
if len(dataset_properties['categorical_columns']) == 0:
default = 'NoCoalescer'
if include is not None and default not in include:
raise ValueError("Provided {} in include, however, the dataset "
"is incompatible with it".format(include))
raise ValueError("Provided coalescer {} are incompatible with "
"the dataset without categorical columns.".format(include))
preprocessor = CSH.CategoricalHyperparameter('__choice__',
['NoCoalescer'],
default_value=default)
Expand Down

0 comments on commit afd4f00

Please sign in to comment.