Learn R Programming

AzureML (version 0.2.15)

Interface with Azure Machine Learning Datasets, Experiments and Web Services

Description

Functions and datasets to support Azure Machine Learning. This allows you to interact with datasets, as well as publish and consume R functions as API services.

Copy Link

Version

Install

install.packages('AzureML')

Monthly Downloads

58

Version

0.2.15

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 27th, 2019

Functions in AzureML (0.2.15)

download.datasets

Download one or more datasets from an AzureML workspace.
AzureML-package

Interface to Azure ML Studio datasets and experiments.
delete.datasets

Delete datasets from an AzureML workspace.
consume

Use a web service to score data in list (key=value) format.
consumeDataframe

Deprecated functions
deleteWebService

Delete a Microsoft Azure Web Service
download.intermediate.dataset

Download a dataset from an AzureML experiment module.
datasets

List datasets in an AzureML workspace.
discoverSchema

Discover web service schema.
endpointHelp

Display AzureML Web Service Endpoint Help Screens.
is.Workspace

Test if an object is an Azure ML Workspace.
upload.dataset

Upload an R data frame to an AzureML workspace.
services

List Available Web Services.
getDetailsFromUrl

Helper function to extract information from a help page URL
is.Endpoint

Test if an object is an Azure ML Endpoint.
is.Service

Test if an object is an Azure ML Service.
endpoints

List AzureML Web Service Endpoints
experiments

List experiments in an AzureML workspace.
is.Dataset

Test if an object is an Azure ML Dataset.
read.AzureML.config

Reads settings from configuration file in JSON format.
refresh

Refresh data in an AzureML workspace object.
workspace

Create a reference to an AzureML Studio workspace.
publishWebService

Publish a function as a Microsoft Azure Web Service.