AIworx-Labs / chocolate

A fully decentralized hyperparameter optimization framework
http://chocolate.readthedocs.io
BSD 3-Clause "New" or "Revised" License
121 stars 41 forks source link

PyPI release? #16

Closed hbredin closed 6 years ago

hbredin commented 6 years ago

I really like the "distributed + SQLite" feature of chocolate (which I couldn't find in any other hyper-parameter optimization Python tool) and therefore plan to use it in one of my project.

However, I don't want to link to the (moving) master branch of this repository. Are there any plan to make proper PyPI releases of chocolate?

fmder commented 6 years ago

We should have PyPi soon. Stay tuned.

hbredin commented 6 years ago

Sorry for bothering you again: any news regarding a PyPI release?

As of today, I cannot find a way to use "git+https://github.com/AIworx-Labs/chocolate@master" in my project's "setup.py" and have to ask my users to "pip install" chocolate separately.

I will probably keep using chocolate anyway but, still, a PyPI release would make your great library much more usable and easy to discover for new users...