Hessen525

Results 6 issues of Hessen525

Hi, Thanks for your work! I have a question as following: 1. I looked at the changelog and v0.3 version said, 'Ability to specify the number of states to use...

Hi, Sir Thanks for your help. I am so confused for the following, input(for ukdale): train_meter = train_elec.submeters()['kettle'] train_mains = train_elec.mains() output: ElecMeter(instance=54, building=1, dataset='UK-DALE', site_meter, appliances=[Appliance(type='immersion heater', instance=1), Appliance(type='water...

question

Hi, sir Thanks for your awesome work, but I have a question. -What is the meaning of parameters for state detect, how did you used it? If just It look...

Hi @OdysseasKr The precision and F1 Score of Kettle is keep nan all the time. result as following: ============ Recall: 0.0 ============ Precision: nan ============ Accuracy: 0.9962920046349942 ============ F1 Score:...

question

Hi, @OdysseasKr Thanks for your nice paper and reply, it make me learn a lot! I have some question as following: 1. What is the meaning of online(real-time)application? As long...

question

Hi, @OdysseasKr Thanks for your work. gen_batch(chunk.iloc[:,1], chunk.iloc[:,0], chunk.shape[0]-window_size, 0, window_size) in gen.py. Why not chunk.shape[0]-window_size+1? ex: batch size: 5, window_size = 2, the number of sliding windows should be...

bug