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

Use number of bins instead of quantization interval in mlos_bench tunables #835

Merged
merged 39 commits into from
Aug 16, 2024

Conversation

motus
Copy link
Member

@motus motus commented Aug 6, 2024

Closes #803

Future PR will rename the config schema in order to reduce confusion on the change in semantics, but also keep this PR smaller.

@motus motus added WIP Work in progress - do not merge yet mlos-bench labels Aug 6, 2024
@motus motus self-assigned this Aug 6, 2024
@motus motus added ready for review Ready for review and removed WIP Work in progress - do not merge yet labels Aug 9, 2024
@bpkroth
Copy link
Contributor

bpkroth commented Aug 13, 2024

@bpkroth before you merge, can you please run tests locally for this PR? One unit test, toy_optimization_loop_test.py::test_flaml_optimization_loop, now produces results on GitHub that are different from what we've had before and what I am getting on my laptop. I have not had time to investigate the issue yet.

This is due to a bump in FLAML:

motus and others added 2 commits August 14, 2024 12:17
…-cases/bad/invalid/tunable-params-int-bad-float-quantization.jsonc

Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Copy link
Contributor

@bpkroth bpkroth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, let's push the change in terminology (quantized_num_bins or whatever we decided) soon though.

@bpkroth bpkroth merged commit 2e4cfa2 into microsoft:main Aug 16, 2024
12 of 13 checks passed
bpkroth added a commit that referenced this pull request Aug 16, 2024
Merge after (or instead of) #835 

diff from #835 :: https://github.com/motus/MLOS/pull/15/files

Closes #803

---------

Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@microsoft.com>
@motus motus deleted the sergiym/tunable/quantization_bins branch August 16, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement quantization for ConfigSpace >= 1.0
2 participants