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

feat: Allow arbitrary values as categoricals/constants/ordinals #376

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman commented Jul 18, 2024

Supersedes #359 as the follow up to #346

Allows arbitrary values in the above hyperparameters. This by itself is not too difficult but supporting nested lists of objects became difficult to to numpy array functions which would treat it as a 2d array.

@eddiebergman eddiebergman merged commit bcdb323 into main Jul 18, 2024
17 checks passed
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.

Cannot create Constant of type bool Legal values for hyperparameter Boolean Constants
1 participant