MingjunZhong / NeuralNetNilm

Sequence-to-point learning for non-intrusive load monitoring (energy disaggregation)
71 stars 21 forks source link

Data used for training and testing #4

Open Hessen525 opened 4 years ago

Hessen525 commented 4 years ago

Hi, Dr.Zhong I am confused about the date range chose for train and test. In paper, said 'for redd, houses 2 to 6 for training, and house 1 for testing'. Does it means use all of data in house 2-6 for training, all of data in for testing 1?

MingjunZhong commented 4 years ago

@Hessen525 Similar to your question in the other issue, you could follow the steps shown at https://github.com/MingjunZhong/transferNILM.git where you will see how the data were prepared for training and testing using seq2point learning. There we have the code to prepare the training and test data sets.

Hessen525 commented 4 years ago

Thanks for your help, Dr.Zhong!