Input 0 of layer “sequential_2” is incompatible with the layer: expected shape=(None, 3, 3), found shape=(1, 3, 11)
I am trying to predict stock closing price using news sentiment analysis with the help LSTM neural network but after I do model.fit(). I am encountered with the error message: ValueError: Input 0 of layer "sequential_2" is incompatible with the layer: expected shape=(None, 3, 3), found shape=(1, 3, 11)
. I am a newbie in the field of data science. I have attached the screenshot of the dataset.