Closed mlindauer closed 4 years ago
https://github.com/automl/ParameterImportance/blob/development/pimp/importance/importance.py#L267 does not handle Constants (and Ordinal). I would recommend a simple else case to pass all other parameter types without any casting.
Constants
else
Should be fixed in next release with #108
https://github.com/automl/ParameterImportance/blob/development/pimp/importance/importance.py#L267 does not handle
Constants
(and Ordinal). I would recommend a simpleelse
case to pass all other parameter types without any casting.