Full API
.predict()
Apply the trained pipeline to new rows. The target column is not needed.
Signature
Example
Returns
A pandas.Series with one prediction per input row.
Full API
Apply the trained pipeline to new rows. The target column is not needed.
A pandas.Series with one prediction per input row.