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 MLflow as logging system #24

Open
3 tasks
mariamedp opened this issue Oct 27, 2021 · 3 comments
Open
3 tasks

Use MLflow as logging system #24

mariamedp opened this issue Oct 27, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mariamedp
Copy link
Member

MLflow is becoming the most common model management library. Enabling it by default in the template is a requirement as the new AML SDK version will rely on it more heavily.

Changes needed:

  • Change AML run.log() methods by mlflow equivalent.
  • Use mlflow to log models as well.
  • Add examples on how to log images in experiment.

Instructions in AML docs: https://docs.microsoft.com/azure/machine-learning/how-to-use-mlflow

@mariamedp mariamedp added the enhancement New feature or request label Oct 27, 2021
@mariamedp mariamedp self-assigned this Oct 27, 2021
@FlorianPydde FlorianPydde added the good first issue Good for newcomers label Oct 28, 2021
@mariamedp mariamedp removed their assignment Oct 28, 2021
@abhi-rf
Copy link

abhi-rf commented Dec 10, 2021

Hello! I am new to contributing and I would like to give this issue a try! @mariamedp

@mariamedp
Copy link
Member Author

Hi @abhi-rf, that'd be great, thank you!
I'm currently working on issue #27 that will introduce some modifications to the training scripts, can you give me a few hours to commit the changes before you start working on this?
Meanwhile you can start by setting up your pipelines for testing (instructions), if you haven't done it already.

@mariamedp
Copy link
Member Author

Hi again @abhi-rf, this is the PR: #57. It's pending review & approval by my colleagues, but you can have a sneak peak of the changes by looking at that branch. It will be merged next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants