anagha-microsoft / mlops-0-basic-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlops-0-basic-workshop

  1. Create an Azure resource group
  2. Provision:
    a) A storage account version 1 in resource group from #1, create a blob container called training; We will store training data there.
    b) A devops project called mlops-0-basic in dev.azure.com
    c) An Azure ML workspace in the resource group from #1

3. Upload training dataset to storage account
a) Change the permissions of the container to allow anonymous access
b) Upload the CSV file within the training dataset directory to the container

About


Languages

Language:Python 50.7%Language:Jupyter Notebook 49.2%Language:Shell 0.1%