The ML project template for Luna.AI
Перейти к файлу
allenwux 498c2d63c0 Update conda.yml 2020-10-23 17:12:39 -07:00
.cloud update project template 2020-10-08 07:41:58 -07:00
models update the project template for customized operations 2020-08-19 09:58:49 -07:00
src Update the project template 2020-10-21 17:15:45 -07:00
tests Update the project template 2020-10-21 17:15:45 -07:00
.gitignore update project template 2020-09-29 15:04:32 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-20 15:30:15 -07:00
LICENSE Create Luna.AI ML project template 2020-07-20 15:53:27 -07:00
MLproject update the project template 2020-10-20 09:43:57 -07:00
README.md Create Luna.AI ML project template 2020-07-20 15:53:27 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-20 15:30:17 -07:00
conda.yml Update conda.yml 2020-10-23 17:12:39 -07:00
luna_config.yml update project template 2020-10-08 07:41:58 -07:00
setup.py Create Luna.AI ML project template 2020-07-20 15:53:27 -07:00

README.md

Demo: Publish a regression model service

Overview

In this article, we will show you how to use Luna service to publish an AI service to train regression model and use it to do batch inference or real time scoring.

Deploy Luna Service

You can deploy Luna service by following the instruction here. If you want to use our pre-deployed demo environment, please contact xiwu@microsoft.com

Clone Luna project template

Clone the template from here

Update AML environment

Update AML workspace info

Update the value of "Scope" property in ./.cloud/.azureml/test_workspace.json with your AML workspace Azure resource Id

Update AML compte targets

Update the value of "target" property in ./.cloud/.azureml/aml_run_config.yml with the compte cluster name. The compute cluster should be already created and registered in your AML workspace.

Update your deployment targets

Update the value of "deployment_target" in ./.cloud/.azureml/compute.yml. Right now we support aci (Azure Container Instance) or aks (Azure Kubernetes Service). If you choose AKS as deployment target, you also need to update the value of "aks_cluster" to the name of AKS cluster you created and registerd in AML.