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

Multiple objectives hyperparameter tuning with lexicographic preference #752

Merged
merged 34 commits into from
Oct 19, 2022

Conversation

Anonymous-submission-repo
Copy link
Contributor

@Anonymous-submission-repo Anonymous-submission-repo commented Oct 9, 2022

Why are these changes needed?

This PR is to make FLAML support multiple objective optimizations with lexicographic preference across different objectives.
Currently, it is an extension to tune which provides users with a flexible way to customize their preferences.

Related issue number

Checks

TODO

@qingyun-wu qingyun-wu marked this pull request as draft October 10, 2022 00:44
@Anonymous-submission-repo Anonymous-submission-repo changed the title [Draft] Multiple objectives hyperparameter tuning with lexicographic preference Multiple objectives hyperparameter tuning with lexicographic preference Oct 10, 2022
@Anonymous-submission-repo Anonymous-submission-repo marked this pull request as ready for review October 10, 2022 02:30
@Anonymous-submission-repo
Copy link
Contributor Author

@microsoft-github-policy-service agree

@Anonymous-submission-repo
Copy link
Contributor Author

@microsoft-github-policy-service agree

Copy link
Collaborator

@sonichi sonichi left a comment

Choose a reason for hiding this comment

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

Please sign the agreement and fill "why is this change needed".

website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
test/tune/test_lexiflow.py Outdated Show resolved Hide resolved
flaml/tune/analysis.py Outdated Show resolved Hide resolved
flaml/tune/analysis.py Outdated Show resolved Hide resolved
flaml/automl.py Outdated Show resolved Hide resolved
flaml/automl.py Outdated Show resolved Hide resolved
flaml/automl.py Outdated Show resolved Hide resolved
@Anonymous-submission-repo Anonymous-submission-repo requested review from sonichi and removed request for qingyun-wu October 12, 2022 14:10
flaml/automl.py Outdated Show resolved Hide resolved
flaml/tune/searcher/blendsearch.py Outdated Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
test/automl/test_lexiflow.py Outdated Show resolved Hide resolved
test/automl/test_lexiflow.py Outdated Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
flaml/tune/tune.py Show resolved Hide resolved
flaml/tune/tune.py Show resolved Hide resolved
flaml/tune/tune.py Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
flaml/automl.py Outdated Show resolved Hide resolved
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
flaml/automl.py Outdated Show resolved Hide resolved
flaml/automl.py Outdated Show resolved Hide resolved
flaml/tune/searcher/flow2.py Outdated Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
@Anonymous-submission-repo
Copy link
Contributor Author

Could you fill "Why are these changes needed" section in the PR description?
Could you check the code coverage and make sure it doesn't drop?
Could you add an issue about adding a performance test?

Sure

flaml/tune/searcher/blendsearch.py Outdated Show resolved Hide resolved
flaml/tune/searcher/flow2.py Outdated Show resolved Hide resolved
flaml/tune/searcher/flow2.py Outdated Show resolved Hide resolved
flaml/tune/searcher/flow2.py Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
flaml/tune/tune.py Outdated Show resolved Hide resolved
website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
website/docs/Use-Cases/Tune-User-Defined-Function.md Outdated Show resolved Hide resolved
flaml/tune/tune.py Show resolved Hide resolved
test/automl/test_lexiflow.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@sonichi sonichi left a comment

Choose a reason for hiding this comment

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

"to release"? Could you bump the version to 1.1.0?

@skzhang1 skzhang1 merged commit 58227a9 into microsoft:main Oct 19, 2022
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.

None yet

4 participants