baikal.sklearn.SKLearnWrapper.predict

SKLearnWrapper.predict(X)

Predict with the wrapped model.

Parameters

X – Input data to the model.

Returns

Model predictions.

Notes

outputs argument is currently unsupported.