automl / labwatch

An extension to Sacred for automated hyperparameter optimization.
59 stars 19 forks source link

Fix bug with default_value parameter in configspace conversion function #11

Closed fortuin closed 6 years ago

fortuin commented 6 years ago

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.