README.md

AzureML

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.CRAN_Status_Badge CRAN RStudio mirror downloads

An R interface to AzureML experiments, datasets, and web services.

Use this package to upload and download datasets to and from AzureML, to interrogate experiments, to publish new R-based web services, and to run R data through existing web services and retrieve the output.

Installation instructions

Install the development version of the package directly from GitHub with:

# Install devtools
if(!require("devtools")) install.packages("devtools")
devtools::install_github("RevolutionAnalytics/AzureML")

The package has dependencies on the following R packages:

In addition, you need a zip utility installed and your path must include the location of this zip utility. On Linux machines this is usually included by default. However, on Windows, you may have to install this yourself, e.g. by installing RTools and editing your path to include the RTools location.

Overview

This package provides an interface to publish web services on Microsoft Azure Machine Learning (Azure ML) from your local R environment. The main functions in the package cover:

System requirements

To publish web services, you need to have an external zip utility installed. This utility should be in the available in the path. See ?zip for more details.

On windows, it's sufficient to install RTools.

Note: the utility should be called zip, since zip() looks for a file called zip in the path. Thus, publishWebservice() may fail, even if you have a program like 7-zip installed.

Wiki

The project wiki contains additional information, such as bug bash instructions

Vignette

See the package vignette and help documentation for examples and more information.

You can view the vignette at Getting Started with the AzureML Package.

Bug reports

This is a technology preview. The APIs used by the package are still subject to change. Please report any issues at the github issue tracker.



RevolutionAnalytics/AzureML documentation built on July 28, 2019, 4:50 a.m.