You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
I would like to use non-numerical categorical variables in GPyOpt.
From the error, I understand such variables are being treated in the same way as DiscreteVariables, but it is not possible to convert them to float.
I'm having the same issue when trying to use categorical variables with strings in their domain. @joshring If I understood correctly you are suggesting to write a wrapper function in order to be able to use integers (like a discrete variable) instead of strings.
This brings me to my next question: Are discrete variables fitted with a GP? Or are they assumed to be categorical with no local correlation?
Fyi this question I'm asking is similar to the one in this link, but nobody responded to that.
I would like to use non-numerical categorical variables in GPyOpt.
From the error, I understand such variables are being treated in the same way as
DiscreteVariables
, but it is not possible to convert them to float.Minimal example
Output
The text was updated successfully, but these errors were encountered: