y_pred = np.array([model.predict(np.array([i])) for i in x_test]).reshape(4,1) y_pred
Hosted onDeepnote