I am trying to implement the CNN on a regression problem using Keras
> x_train2 = x_train.values.reshape(list(x_train.shape) + [1]) > input_shape = x_