automl / ConfigSpace

Domain specific language for configuration spaces in Python/Cython. Useful for hyperparameter optimization and algorithm configuration.
https://automl.github.io/ConfigSpace/
Other
193 stars 89 forks source link

feat(Hyperparameter): Allow `None` in `Categorical` and `Ordinal` #358

Closed eddiebergman closed 2 months ago

eddiebergman commented 2 months ago

This PR allows Choice and Ordinal to handle None values.

eddiebergman commented 2 months ago

Superseeded by #359