LSTM Keras input shape confusion

I am trying to build a predictive model on stock prices. From what I’ve read, LSTM is a good layer to use. I can’t fully understand what my input_shape needs to be for my model though. Here is the tail of my DataFrame I then split the data into train / test This yields: Here’s where I am getting confused. … Read more