deephyper.skopt.space.LogN#
- class deephyper.skopt.space.LogN(base)[source]#
Bases:
Transformer
Base N logarithm transform.
Methods
Initialize the transformer with current
X
.Reverse the log transform.
Apply the log transform.
- fit(X)#
Initialize the transformer with current
X
.