Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Cleaner variable management #41

Closed
liupeirong opened this issue Jan 8, 2021 · 1 comment · Fixed by #56
Closed

Cleaner variable management #41

liupeirong opened this issue Jan 8, 2021 · 1 comment · Fixed by #56
Milestone

Comments

@liupeirong
Copy link
Owner

Review the variable management article and the image-classification-tensorflow sample to see if there're any additional guidelines or code that can be improved.

@liupeirong liupeirong added this to the M1 milestone Jan 8, 2021
@h2floh
Copy link
Collaborator

h2floh commented Jan 14, 2021

Glossary

Term Remark
variables here variable and parameters used in and for the CI/CD part as well for AML wrapper and business logic

Scenario or use case

There are many variables used in any Azure Machine Learning (AML) projects, including variables for Azure resources, Azure DevOps (ADO) pipelines, AML experiments and more. There are also many different ways to store them, for example, in environment variables, ADO variable templates, ADO variable groups, or supply them directly in command line. What's the best practice to manage these variables - which variables should be store where?

more details

The v-team removed some variables from the current samples because they didn't felt maintainable or helpful

The project teams developed more feasible approaches then what the common staring point MLOpsPython provided

Regarding variables to specify targeted compute environments this is related to #47

Acceptance criteria

  • Best Practice documentation around what values need to be stored in variables, where to store them, where to to the cut (maybe referencing one or several samples for demonstration of pros/cons?)

Stretch Goal

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants