We are dealing with a time series regression problem requiring the prediction of a real-valued output. Let’s say the min temperature during the next 24h.
We want to transform the problem into a classification one and then predict if there is a change of a certain value in the temperature. In this case how should we present our features to the predictive model?
Thanks