Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bug fixes related to combinations of categorical and discrete/continuous parameters #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tstuyver
Copy link

No description provided.

…tion

Discrete parameters are treated as categorical variables with
the lowest value at 0. This is different compared to what happens
to continuous parameters. As such, a modification of the optimization
boundaries was needed for discrete parameters; they cannot be treated
in the exact same manner as continuous ones.
The old version of this function failed when the features had the same
number of options but not the same number of underlying descriptors
(broadcasting issues). With the minor modification introduced, the
function can now treat these situations as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant