deephyper.skopt.space.transformers.ToInteger#
- class deephyper.skopt.space.transformers.ToInteger[source]#
Bases:
Transformer
Identity transform.
Methods
Initialize the transformer with current
X
.Returns the identity as the operation is not reversable.
Apply the integer transform.
- fit(X)#
Initialize the transformer with current
X
.