AIworx-Labs / chocolate

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

Additional experiment data recording into the db #19

Open alexdiment opened 5 years ago

alexdiment commented 5 years ago

Would it be possible to allow additional data from the experiments to be recorded into the database? Similarly to how hyperopt allows arbitrary attachments. Those could be useful to record e.g. additional metrics, not used in optimisation but good to have otherwise (e.g. finding best hyperparameters based on val scores, but saving also test scores for later reporting. Or optimising accuracy while saving also confusion matrices etc).