I have a dataset, where target value changes in time in following way:
I need to predict target value for upcoming month, however I struggle to find a method to extrapolate the function that defines target. It is certainly not linear.
I tried to extrapolate the max/min peaks separately using linear regression, but not sure what to do with all other values.
