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

Revert most of changes by 3651 #3848

Merged

Conversation

nzw0301
Copy link
Member

@nzw0301 nzw0301 commented Aug 4, 2022

Motivation

Resolve #3712 because the introduced changes by #3651 are unnecessary anymore, thanks to the latest stable mlflow (concretely, mlflow/mlflow#6052).

Description of the changes

Revert the changes by #3651 except for https://github.com/optuna/optuna/pull/3651/files#diff-88ddb9fb7f05a37d5fc720d442a748b3189ebf4f43500e9709fd6507803c2e30R168, which was a sort of code-fix.

@nzw0301 nzw0301 added code-fix Change that does not change the behavior, such as code refactoring. optuna.integration Related to the `optuna.integration` submodule. This is automatically labeled by github-actions. labels Aug 4, 2022
@HideakiImamura
Copy link
Member

@contramundum53 @xadrianzetx Could you review this PR since you were reviewers of #3651?

@codecov-commenter
Copy link

Codecov Report

Merging #3848 (1ccd0f3) into master (6141edf) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3848      +/-   ##
==========================================
- Coverage   90.50%   90.49%   -0.01%     
==========================================
  Files         164      164              
  Lines       12628    12617      -11     
==========================================
- Hits        11429    11418      -11     
  Misses       1199     1199              
Impacted Files Coverage Δ
optuna/integration/mlflow.py 98.86% <100.00%> (-0.13%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Collaborator

@xadrianzetx xadrianzetx left a comment

Choose a reason for hiding this comment

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

Looks great!

Copy link
Member

@contramundum53 contramundum53 left a comment

Choose a reason for hiding this comment

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

LGTM!

@contramundum53 contramundum53 modified the milestone: v3.0.0 Aug 8, 2022
@contramundum53 contramundum53 merged commit 7a54206 into optuna:master Aug 8, 2022
@nzw0301 nzw0301 deleted the remove-duplicated-chunking-with-mlflow branch August 9, 2022 03:10
@nzw0301 nzw0301 added this to the v3.0.0 milestone Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-fix Change that does not change the behavior, such as code refactoring. optuna.integration Related to the `optuna.integration` submodule. This is automatically labeled by github-actions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revert changes introduced by PR#3651 after next release of MLFlow
5 participants