I want to use kats to forecast sales of product we will sell. One of the key indicators of how mcuh we will sell is how much we spend on advertising leading up to a given day. We also know this for the coming weeks. So we want to provide that this at prediction time to improve prediction accuracy.
I am following this tutorial https://github.com/facebookresearch/Kats/blob/main/tutorials/kats_201_forecasting.ipynb.
I don't see any way of giving the model this information. Is this something that is not possible?