Cardea
Modeler.
fit
Fit and select the pipelines.
X (pandas.DataFrame or ndarray) – Inputs to the pipeline.
y (pandas.Series or ndarray) – Target values.
tune (bool) – Whether to optimize hyper-parameters of the pipelines.
max_evals (int) – Maximum number of hyper-parameter optimization iterations.
scoring (str) – The name of the scoring function used in the hyper-parameter optimization.
verbose (bool) – Whether to log information during processing.