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

6612-support-mlflow-data-tracking #6616

Merged
merged 36 commits into from
Jul 19, 2023

Conversation

binliunls
Copy link
Contributor

Fixes #6612 .

Description

Add the dataset tracking support to MLFlow handler.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

binliunls and others added 22 commits June 14, 2023 13:10
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
@binliunls binliunls changed the title [WIP]6612-support-mlflow-data-tracking 6612-support-mlflow-data-tracking Jun 29, 2023
@binliunls binliunls marked this pull request as ready for review June 29, 2023 16:23
@binliunls binliunls requested review from Nic-Ma and wyli June 29, 2023 16:24
@wyli wyli requested a review from ericspod July 4, 2023 13:21
monai/bundle/utils.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
tests/test_handler_mlflow.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Show resolved Hide resolved
@Nic-Ma Nic-Ma requested a review from KumoLiu July 4, 2023 13:26
monai/bundle/utils.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
monai/handlers/mlflow_handler.py Outdated Show resolved Hide resolved
Copy link
Contributor

@KumoLiu KumoLiu left a comment

Choose a reason for hiding this comment

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

Other parts LGTM, do we need to pending this one since the experimental features? cc @wyli, @Nic-Ma, @ericspod.

@wyli
Copy link
Contributor

wyli commented Jul 19, 2023

/build

Copy link
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

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

Thanks, it looks good to me, could you please confirm and resolve the comments?

@wyli wyli enabled auto-merge (squash) July 19, 2023 06:52
@wyli wyli merged commit 3247db0 into Project-MONAI:dev Jul 19, 2023
30 of 35 checks passed
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.

Support the MLFlfow data tracking in MONAI
4 participants