zoo.automl.feature package¶
Submodules¶
zoo.automl.feature.abstract module¶
-
class
zoo.automl.feature.abstract.BaseFeatureTransformer[source]¶ Bases:
abc.ABCAbstract Base class for Feature transformers.
-
check_optional_config= False¶
-
fit_transform(input_df, **config)[source]¶ fit data with the input dataframe Will refit the scalars to this data if any. :param input_df: input to be fitted :param config: the config :return:
-
restore(**config)[source]¶ Restore variables from file :param file_path: file contain saved parameters.
i.e. some parameters are obtained during training, not in trial config, e.g. scaler fit params)Parameters: config – the trial config Returns:
-