I wish to predict whether the difference in Value and Growth returns is positive or negative for the next month.
To do this, I have collected data of a few features(to be specific, Macroeconomic Indicators), and the difference in Value and Growth returns for about 200 previous months. I wish the prediction to depend on the order of the previous months. Decision trees and others don't care about the order so I looked upon the net to find about LSTM. Is it correct to use them here?