Can GPyOpt currently deal with categorical and discrete inputs? I couldn't find any tutorial on this aspect
Hi CarrKnight
Still it is not possible to deal with discrete inputs but that is something we have in mind to implement. Soon, we will have ready a module for bandits optimization in the devel brach.
Javier
Cheers, thanks!
Back again! Have a look to the notebook in the devel branch
https://github.com/SheffieldML/GPyOpt/blob/devel/manual/GPyOpt_mixed_domain.ipynb
We have tested it some examples and it seems to work well but we are still testing it.
this was perfect, thank you!
Are discrete variables also fitted with a GP? Or are they assumed to be categorical / having no local correlation?
@1Reinier This depends on the choice of kernel, no? I'm interested in the anyone's take on implementing custom kernels on mixed type domains (e.g. Zhou et al. 2011)
@ekalosak
Could you elaborate more? What are the commonly used kernels? What are the advantages and disadvantages of each of them? Is there somewhere to read more about them? Thanks in advance!
Most helpful comment
Are discrete variables also fitted with a GP? Or are they assumed to be categorical / having no local correlation?