Datetime Y
2013-07-01 00:00:00 216.0
2013-07-01 01:00:00 210.0
2013-07-01 02:00:00 225.0
2013-07-01 03:00:00 216.0
2013-07-01 04:00:00 222.0
My data is in above format with hourly frequency...
I would like to build a auto arima model to predict future out of sample values hourly frequency in python..
Can someone help me with the process ?