microsoft / BatteryML

MIT License
480 stars 101 forks source link

Make the repo a python package. #9

Closed CompRhys closed 10 months ago

CompRhys commented 1 year ago

Making into a package will enable better interoperability and in principal allow distribution via pypi.

aryanxk02 commented 1 year ago

This seems like a good idea. Can I start working on this? @CompRhys

fingertap commented 1 year ago

Good idea! However, we currently do not organize BatteryML as a Python project because the it hides the preprocessing scripts of the datasets. One option is to include command line tools for data processing, which needs update for new datasets. At this point, we do not host any datasets, and in current form, the inclusion of new datasets are more explicit.

fingertap commented 10 months ago

The latest PR should fix this.