Learn R Programming

AzureML (version 0.2.10)

experiments: List experiments in an AzureML workspace.

Description

List experiments in an AzureML workspace, optionally filtering on sample or my experiments.

Usage

experiments(ws, filter = c("all", "my datasets", "samples"))

Arguments

ws
An AzureML workspace reference returned by workspace.
filter
Optionally filter result, returing all, mine, or sample datasets.

Value

A data.frame with class Experiments listing available experiments in the workspace.

See Also

workspace, datasets, download.intermediate.dataset

Other experiment functions: download.intermediate.dataset; workspace

Examples

Run this code
## Not run: 
#   library(AzureML)
#   
#   experiment <- "dd01c7e4a424432c9a9f83142d5cfec4.f-id.d2f351dd4cec4c06a4592ac83f7af55a"
#   node_id <- '2a472ae1-ecb1-4f40-ae4e-cd3cecb1003f-268'
#   
#   ws <- workspace()
#   
#   ws$experiments
#   experiments(ws)
#   frame <- download.intermediate.dataset(ws, experiment, node_id,
#                                          port_name = "Results dataset", 
#                                          data_type_id = "GenericCSV")
#   head(frame)
# ## End(Not run)

Run the code above in your browser using DataLab