Skip to content

rastala/ViennaSample-LR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# For more details on configuring execution targets, go to: http://aka.ms/vienna-docs-exec

# Run linear_reg.py in local conda environment.
az ml execute start -t local linear_reg.py

# Run linear_reg.py in a local Docker container.
az ml execute start -t docker linear_reg.py

# Run linear_reg.py in a Docker container in a remote machine.
# Note you need to create/configure myvm.compute.
az ml execute start -t myvm linear_reg.py

Releases

No releases published

Packages

No packages published

Languages