-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use number of bins instead of quantization interval in mlos_bench tunables #835
Conversation
…nch (configs and internally)
…y value of tunable)
This is due to a bump in FLAML: |
mlos_bench/mlos_bench/tests/optimizers/toy_optimization_loop_test.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
...chemas/tunable-params/test-cases/bad/invalid/tunable-params-int-bad-float-quantization.jsonc
Outdated
Show resolved
Hide resolved
…-cases/bad/invalid/tunable-params-int-bad-float-quantization.jsonc Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
mlos_bench/mlos_bench/tests/tunables/test_tunables_size_props.py
Outdated
Show resolved
Hide resolved
unit tests to produce nice human-readable values
There was a problem hiding this 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.
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>
Closes #803