I have produced an OLS regression model where I have trained and tested the data:
from sklearn.model_selection import train_test_split X_train, X_test, y_trai