I have LSTM binary classification model in Keras, I classify disease at kind of animal. I want to get the classift that an animal is sick n days before the label. for example, if at date 4.1 the animal with ID 5 label as sick,I want to know that at 2.1 for (assume two days before). How can I do it? Thanks