deephyper.skopt.space.transformers#
Submodule of transformer (i.e., preprocessing pipelines) for Skopt.
Classes
OneHotEncoder that can handle categorical variables. |
|
Identity transform. |
|
LabelEncoder that can handle categorical variables. |
|
Base N logarithm transform. |
|
Scales each dimension into the interval [0, 1]. |
|
A lightweight pipeline to chain transformers. |
|
StringEncoder transform. |
|
Identity transform. |
|
Base class for all 1-D transformers. |