OdysseasKr / neural-disaggregator

Code for NILM experiments using Neural Networks. Uses Keras/Tensorflow and the NILMTK.
MIT License
138 stars 57 forks source link

Check support with latest NILMTK and Pandas #4

Closed OdysseasKr closed 6 years ago

OdysseasKr commented 6 years ago

NILMTK seems to have moved to Pandas 0.22. Compatibility should be tested to make sure that everything runs smoothly.

OdysseasKr commented 6 years ago

Encountered the following issue: https://github.com/nilmtk/nilmtk/issues/681

and submitted a pull request https://github.com/nilmtk/nilmtk/pull/683

Everything works fine after the remedy is added in the pull request. Will close this issue once the pull request has been merged into the NILMTK master.