automl / RoBO

RoBO: a Robust Bayesian Optimization framework
BSD 3-Clause "New" or "Revised" License
480 stars 134 forks source link

I can't find task.kernels #96

Closed takumi-a closed 5 years ago

takumi-a commented 5 years ago

in mtbo.ipynb,In[15],you used george.kernels.TaskKernel. but I could not find this def in package george. please tell me about this kernel.

aaronkl commented 5 years ago

make sure that you use our fork of george: https://github.com/automl/george

takumi-a commented 5 years ago

thank you for your answer. my problem was solved by your reply.