deephyper.skopt.space.space.Pipeline#
- class deephyper.skopt.space.space.Pipeline(transformers)[source]#
Bases:
Transformer
A lightweight pipeline to chain transformers.
- Parameters:
transformers (list) – A list of Transformer instances.
Methods
Initialize all transformers with current
X
.Reverse the preprocessing mapping for all elements of
X
.Apply the preprocessing mapping for all elements of
X
.