zoo.automl.pipeline package¶
Submodules¶
zoo.automl.pipeline.abstract module¶
-
class
zoo.automl.pipeline.abstract.Pipeline[source]¶ Bases:
abc.ABCThe pipeline object which is used to store the series of transformation of features and model
-
evaluate(input_df, metric=None)[source]¶ evaluate the pipeline :param input_df: input data frame :param metric: the evaluation metric :return:
-