Skip to content

Latest commit

 

History

History
 
 

azureml-sdk-for-r

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples to get started with Azure Machine Learning SDK for R

Learn how to use Azure Machine Learning SDK for R for experimentation and model management.

As a pre-requisite, go through the Installation and Configuration vignettes to first install the package and set up your Azure Machine Learning Workspace unless you are running these examples on an Azure Machine Learning compute instance. Azure Machine Learning compute instances have the Azure Machine Learning SDK pre-installed and your workspace details pre-configured.

Samples

Vignettes

Find more information on the official documentation site for Azure Machine Learning SDK for R.

Troubleshooting

  • If the following error occurs when submitting an experiment using RStudio:

     Error in py_call_impl(callable, dots$args, dots$keywords) : 
      PermissionError: [Errno 13] Permission denied

    Move the files for your project into a subdirectory and reset the working directory to that directory before re-submitting.

    In order to submit an experiment, the Azure ML SDK must create a .zip file of the project directory to send to the service. However, the SDK does not have permission to write into the .Rproj.user subdirectory that is automatically created during an RStudio session. For this reason, the recommended best practice is to isolate project files into their own directory.