Max Pumperla
Max Pumperla
Hey @pxlong, thanks for the compliment and apologies for not coming back to you earlier. The philosophy is that you can use double-brace templates literally everywhere you want in the...
@cyberbob4 thanks for your observation. I need to further investigate this. On the first look I'm not sure how this is possible, since we pass-through trials down to hyperopt's `fmin`...
@jeremywang123 see here as well https://github.com/hyperopt/hyperopt/issues/443#issuecomment-443528540
@Charly-Empereur-mot thanks. so to ensure hyperopt reproducibility see here: https://github.com/hyperopt/hyperopt/issues/142 haven't checked if this seamlessly translates over to hyperas, but consider it a start ;) Best, M
@Charly-Empereur-mot I don't quite understand what you mean by "each model". do you have a list of models that you want to optimize? hyperas allows you to return all models...
true! only pip for now, but nice to have this.
It seems you're using what we call "intermediate functions", would you mind checking out this example and tell me if it works for you? In principle, there's nothing fundamentally in...
@SantoshML hyperas is only properly supported from command line for this reason. it's difficult to infer the location of your hyperas script from IDEs, since they add layers to the...
sorry, that simply isn't possible right now. you get the indent error precisely because if your wrapper
@myhussien sorry for the late reply. hyperopt underneath hyperas has a scale-out module using `mongodb`, which you can read more about [here](https://github.com/hyperopt/hyperopt/wiki/Parallelizing-Evaluations-During-Search-via-MongoDB). If your mongo workers all have access to...