As described in #10, the hyperparameter classes in the ConfigSpace package expect a _defaultvalue argument, while the convert_simple_param function currently gives them a parameter called default.
The name of the argument has probably been changed in one of the packages, rendering them incompatible. This PR fixes #10.
As described in #10, the hyperparameter classes in the ConfigSpace package expect a _defaultvalue argument, while the convert_simple_param function currently gives them a parameter called default. The name of the argument has probably been changed in one of the packages, rendering them incompatible. This PR fixes #10.