beckel / nilm-eval

NILM-EVAL: An evaluation framework for non-intrusive load monitoring algorithms
GNU General Public License v2.0
110 stars 50 forks source link

Issue while fitting - fhmm.py #9

Open mohkar123 opened 6 years ago

mohkar123 commented 6 years ago

I am working with the ECO dataset and I'm trying run the fhmm.py on it. I have been unsuccessful in fitting the appliance data because it throws me divide by zero warning. Is there some preprocess I don't know about before running the fhmm.py?

In the meantime I was using some values in the notebook (http://nbviewer.jupyter.org/github/nilmtk/nilmtk/blob/v0.1.0/notebooks/fhmm.ipynb) and itseems to be fitting the ECO meter data poorly because eventhough there aren't any NaNs and infinite values, I am getting 'array must not contain infs or NaNs' error. Any idea why else this maybe happening?