Azure Machine Learning vignettes
These vignettes are end-to-end tutorials for using Azure Machine Learning SDK for R.
Before running a vignette in RStudio, set the working directory to the folder that contains the vignette file (.Rmd file) in RStudio using setwd(dirname) or Session -> Set Working Directory -> To Source File Location. Each vignette assumes that the data and scripts are in the current working directory.
The following vignettes are included:
- installation: Install the Azure ML SDK for R.
- configuration: Set up an Azure ML workspace.
- train-and-deploy-to-aci: Train a caret model and deploy as a web service to Azure Container Instances (ACI).
- train-with-tensorflow: Train a deep learning TensorFlow model with Azure ML.
- hyperparameter-tune-with-keras: Hyperparameter tune a Keras model using HyperDrive, Azure ML's hyperparameter tuning functionality.
- deploy-to-aks: Production deploy a model as a web service to Azure Kubernetes Service (AKS).
Before you run these samples, make sure you have an Azure Machine Learning workspace. You can follow the configuration vignette to set up a workspace. (You do not need to do this if you are running these examples on an Azure Machine Learning compute instance).
For additional examples on using the R SDK, see the samples folder.