automl / ConfigSpace

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

Inconsistent typing on quantization parameter for Float hyperparameters #349

Closed bpkroth closed 7 months ago

bpkroth commented 7 months ago

The docstring says it supports float but the typing hints only say int, even though the base classes it feeds into support float. Seems like a small bug to me.

image

bpkroth commented 7 months ago

@motus