automl / RoBO

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

I can't find task.kernels #96

Closed takumi-a closed 6 years ago

takumi-a commented 6 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 6 years ago

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

takumi-a commented 6 years ago

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