Paulo Meira

Results 44 issues of Paulo Meira

Basic tests are running on Travis-CI. We need to move them somewhere else soon after the terms have changed.

Testing

From https://github.com/nilmtk/nilmtk-contrib/issues/52#issuecomment-807147806 The API plots don't handle timezones explicitly. Since matplotlib uses UTC if there is no user setting (or `tz `parameter when using [`plot_date`](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.plot_date.html)), we need to handle that...

As commented in #402, if we want to keep the cache files permanently instead of using temporary files, HDF5 files may not be the best solution for cache files due...

Since 2020 is a weird year, the plan is mainly to address a lot of the trivial issues in https://github.com/nilmtk/nilmtk/milestone/7 and release v0.5.0 after a full retest since there will...

discussion
planning

Lots of the prevalent issues are related to datasets. Some datasets change, but most are abandoned. See also https://github.com/nilmtk/nilmtk-contrib/issues/45 and many, many issues in the past and present about trivial...

DataStore and format conversion
discussion

--- **Pending full re-testing after #859** --- This is a ticket to track the general status of the dataset converters, as I mentioned in #681. **General status** - AMPds: R2013/Dataverse...

DataStore and format conversion

From the old code here and the current code at NILMTK-Contrib, there are some entries manipulating the RNG state. We need to remove those and add entries to the API...

For seamless integration with NILMTK-Contrib and custom methods, it would be nice to allow registering the available methods. With this, the whole experiment definition could be a plain JSON file....

Although Git (and GitHub) itself already contains basic references to the users, it would be nice to list the contributors more explicitely, as well as add basic guidelines to avoid...

documentation

In the long term, breaking NILMTK into a few subpackages could make it easier to test, contribute and evolve certain concepts. For reference: https://packaging.python.org/guides/packaging-namespace-packages/ We'd need to test if the...

enhancement
design
refactoring