I have a Dataset, where I need to predict the Energy Consumption. I have the September data, and need to predict the October values.
I need to predict the values of KWH for Oct. How do I write a python code, where September data would be my train data, and OCt would be my test data.
Please let me know, how to go about it in Python.
Dataset:
Timestamp KWH
9/7/2016 11:58:00 PM 3985.438677
9/8/2016 11:59:00 PM 3839.610784
9/9/2016 5:58:00 AM 4201.410989
9/10/2016 11:58:00 AM 4212.720572
9/11/2016 5:58:00 PM 4155.837292
9/12/2016 5:58:00 PM 4156.520936
09/13/2016 12:18 4165.410207