I am encountering a problem when dealing with the date time format. When I am trying to fit the values in a model, it says there is error in the model: “only implemented for univariate time series”. How do I convert the micro climate data into time series?
It is not accepting the “%m/%d/%y %H:%M” format.
Thanks in advance
See if any of the stackoverflow suggestions fix your problem. Otherwise, you could also see the benchmark blog post for an example of using Python tools for this competition.