deephyper.skopt.space.space.Normalize#
- class deephyper.skopt.space.space.Normalize(low, high, is_int=False)[source]#
Bases:
Transformer
Scales each dimension into the interval [0, 1].
- Parameters:
Methods
Initialize the transformer with current
X
.Reverse the normalization.
Apply the normalization.
- fit(X)#
Initialize the transformer with current
X
.