I have to forecast future utilisation of my emplyees based on their past data based on zone,slot.
Here zone and slot is the 2 features i wanted to include while forecasting.Any suggestions how to proceed.
data looks as like
dt zone slot utilization
-- ---- ----- -----------
2019-06-23 236 1 87.018695
2019-07-07 218 3 37.497308
2019-07-08 218 2 49.132561
python is the programming language we are using here.