Hello,
I am new to PAL. I am using APLWRAPPER_FORECAST function to predict the amount for future years. My input dataset contain ID, Year and Amount. Currently I am predicting amount for each Id separately and then combining the result. Could I directly give ID and Year as a key in input and predicted result should also contain the same.
Thanks.