Learn R Programming

⚠️There's a newer version (0.2.15) of this package.Take me there.

AzureML (version 0.1.1)

Discover, Publish and Consume Web Services on Microsoft Azure Machine Learning

Description

Provides an interface with Microsoft Azure to easily publish functions and trained models as a web service, and discover and consume web service.

Copy Link

Version

Install

install.packages('AzureML')

Monthly Downloads

27

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Raymond Laghaeian

Last Published

August 15th, 2015

Functions in AzureML (0.1.1)

getDetailsFromUrl

Helper function to extract information from a help page URL
packDependencies

Package a function's dependencies into a base64 encoded string
consumeLists

Use a web service to score data in list format
getEndpoints

Get Web Service Endpoints.
publishWebService

Publish a function to Microsoft Azure
consumeFile

Use a web service to score a file
AzureML-package

Discover, publish and consume Microsoft Azure Web Services
updateWebService

Update a Published Web Service
getFunctionString

Get function source code
getEPDetails

Get Endpoint Details.
getFramework

Abstraction for making GET requests.
callAPI

Framework for making an Azure ML web service API call.
discoverSchema

Discover web service schema
getWSDetails

Get Web Service Details.
consumeDataframe

Use a web service to score a data frame
publishPreprocess

Convert input schema to API expected format.
getWebServices

Get Available Web Services.