Hi everyone, I'm training NHITS and NBEATSx for a demand prediction task and I have some futr_exog_list features. I'm looking at 208 unique ids over a period of two and a half year and I'm predicting hourly values four weeks out. Both models perform pretty well on this task, but not during easter. Demand has peaks during easter and I have an easter feature, but I don't see much forecast improvement from that feature. I'm wondering whether moving holidays like easter is going to be hard to fit to a recurring pattern that these models can discover. Some unique ids have triple the normal demand during easter, so on the one hand it should be a robust signal, but on the other hand, the models have only seen two easters of the past. Is there anything I can do to help the model learn, or should I try some other models?