Rdocumentation
powered by
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
Link to current version
Version
Version
0.2.15
0.2.14
0.2.13
0.2.12
0.2.10
0.1.1
Install
install.packages('AzureML')
Monthly Downloads
70
Version
0.2.15
License
MIT + file LICENSE
Issues
19
Pull Requests
1
Stars
46
Forks
22
Repository
https://github.com/RevolutionAnalytics/AzureML
Maintainer
Hong Ooi
Last Published
July 27th, 2019
Functions in AzureML (0.2.15)
Search all functions
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.