M. Ernestus
M. Ernestus
Since this might cause trouble ...
When I set `erased_created_workdir=True` in the `run_one` method of the MongoWorker, I often get failed runs with the error message: ``` INFO (hyperopt.mongoexp): job exception: [Errno 2] No such file...
I would like to do hyperparameter optimization on my algorithm and store the results using the MongoDBTrials Class. Later, I might add more hyperparameters or more choices in the choice...
I get a: ``` hyperopt.exceptions.InvalidTrial: wrong exp_key (None, 'my_exp_key') ``` whenever I try to use the function.
Hi, thanks for this nice helper library! I wanted to use teensy_clock in my PlatformIO project with a Teensy 3.1. Unfortunately it was unclear how to properly incorporate the library...