predict

RegressionMixin.predict(X)[source]

Predict on new data after fitting. Make sure the data only has the necessary columns used during fitting.

Parameters

Xpd.DataFrame

The data.

Returns

prednp.array(1d)

The predictions.