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

fix(ifbo): Transformation of categoricals and handling of unusual fidelity bounds #184

Merged
merged 7 commits into from
Jan 26, 2025

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman commented Jan 26, 2025

Issue #183 was discovered from additional tests done in #182.

The issue was related to transformations from uniform to integer which are now handled directly in CategoricalToUnitTransform, rather than delegating to CategoricalToIntegerTransform.

This also fixes a bug where the ID would start from 0 instead of our usual 1, and consequently also fixes some issues with initial design in ifbo, along with bo when batching.

@eddiebergman eddiebergman merged commit d30c512 into master Jan 26, 2025
11 checks passed
@eddiebergman eddiebergman deleted the fix-ifbo branch January 26, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bug: IFBO
1 participant