Hi Community,
I'm trying to produce some aggregated forecast and was in need of some help, mainly around how to summarize the data before passing it through the TS models. The data is at the employee level but we'd like to have it summarized to the dept ID level. Below is my problem statement, and then a desired outcome. The dataset is also attached.
Problem Statement: We'd like to forecast out attrition in our org for the next three months by dept ID.
Desired Outcome: two columns, first column would have dept ID and the second column would have the forecasted attrition.
I know I need to summarize, but I imagine I need to summarize by date, and then add by Dept ID? Any help would be great.
Thank you.