liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

parameterize training pipeline #33

Closed liupeirong closed 3 years ago

liupeirong commented 3 years ago

Added variable management doc.

To be consistent with the recommendation in the doc, refactor the training pipeline to accept parameters for model training, evaluation, and registration, so that it can be run outside of Azure DevOps for experimenting different training parameters.