vanguard_init: Connect to FGLab

Description Usage Arguments

Description

Initialises a connection to FGLab and creates a new experiment

Usage

1
2
vanguard_init(url, project_name, experiment_name, parameters, filepath,
  tags = c(), run_locally = FALSE)

Arguments

url

The URL of FGLab. Default is likely http://localhost:5080.

project_name

Name of the project on FGLab.

experiment_name

Name of the experiment on FGLab. Must be unique within project.

parameters

A named list of parameters with their default values.

filepath

Path of the file to be run, relative to working directory.

tags

Vector of tags shown on FGLab.

run_locally

If TRUE, execute script locally without going through FGLab.


pro-ai/r_lib documentation built on May 21, 2019, 2:26 a.m.