machine-learning-apps / ml-template-azure

Template for getting started with automated ML Ops on Azure Machine Learning
MIT License
126 stars 87 forks source link

Adding a list of files to registermodel.json config #12

Closed an185144 closed 3 years ago

an185144 commented 3 years ago

This is probably related to https://github.com/Azure/aml-registermodel/issues/27. Is there a way to add multiple files to registermodel.json config (or any other way) without having to pickle them into a single file? Would it accept a list of files?

issue-label-bot[bot] commented 3 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

marvinbuss commented 3 years ago

@an185144 I added a solution to this issue: https://github.com/Azure/aml-registermodel/issues/27 I hope this helps!