LinearRegression.predict#

LinearRegression.predict(X)#

Predict data given input data X

Caution

Results in KeyError if model hasn’t been fit.