Aaron Klein

Results 32 comments of Aaron Klein

sure I can do that

generally I recommend to use the current master branch

good catch thanks, could you send a PR to fix it?

Hi, it seems that this is the same problem as in #75 . Could you pull the master branch again?

Unfortunately, the Taskkernel doesn't work with the latest george version anymore (automl/george development branch) and I don't know how to fix that with their new interface for kernels

Hi, good point. You can already do that by instantiating the robo.solver.BayesianOptimization class and call the choose_next() function: For example: ``` bo = robo.solver.BayesianOptimization(model, acquisition, lower, upper, objective,..) X=None Y=None...

Unfortunately yes. We are right now working on a new package that is more flexible than RoBO but contains the same functionality. We are planning it to release it in...

yes it is online (https://github.com/amzn/emukit) but not yet officially released and under heavy development

Hey @austinmw sorry for the delay. Could you post a script to reproduce the error? From the error script it seems that you resume a previous tuning job? Does the...

I assume this issue is solved. Feel free to re-open