Azure / aml-template

This is a template used for setting up a machine learning project running on Azure Machine Learning
MIT License
31 stars 26 forks source link

Add / improve GH Actions for Machine Learning #36

Open pulkitaggarwl opened 3 years ago

pulkitaggarwl commented 3 years ago
marvinbuss commented 3 years ago
  1. Support creation of az ml resources using arm template Should be done through ´Azure/cli´ Action. We could enable it in aml-workspace, but I don't think that this is something we should do. There should be either an ARM deployment Action or Azure/cli should be used.

  2. Trigger GH workflows for Az ML events Yes, good idea. We need to implement the PoC and make it production ready.

  3. Support bring your own AKS cluster to deploy the model Action: Review existing PR.

  4. Add profiling support in GH Actions Done

  5. Az Login for ML actions Technical limitation will not allow us to do this.