Question

I have the pre-trial survey and post-trial survey conducted of around 5000 users for Smart Meter installation.

With this I have power usage reading recorded every 30 min for around one and a half years.

survey csv is like this

User Question 1 Question 2 .......
1000    a           a      .......
1001    b           a      .......
.       .           .      .......
.       .           .      .......
.       .           .      .......
5000    b           a      .......

power usage csv is like this

User date usage
1000 20001 0.003
1000 20002 0.025
.... ..... .....
.... ..... .....
.... ..... .....
.... ..... .....
.... ..... .....
1000 65047 0.52
1000 65048 0.14

I want to forecast power usage of the user based on the past power usage and the survey using LSTM. How to start with this?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top