cardea.modeling.Modeler.predict

Modeler.predict(X)[source]

Predict the input data

Parameters

X (pandas.DataFrame or ndarray) – Testing data, inputs to the pipeline.

Returns

Predictions to the input data.

Return type

pandas.Series or ndarray