Time series format not accepted

Hello there!

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

Hi @rvchand1991,

Those errors will depend on the programming language and packages you’re using. Googling that error turned up some potentially useful results for me:
https://www.google.com/?gws_rd=ssl#q=“only+implemented+for+univariate+time+series”

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.

Thanks,
Peter

Thank you. Got my problem solved