metadata: Track and associate metadata key/values with your Bandit job....

Description Usage Arguments Examples

Description

Track and associate metadata key/values with your Bandit job. These will be stored on the Bandit server and displayed in the UI.

Usage

1
metadata(key, value)

Arguments

key

Name for the metric you'd like to track (i.e. accuracy or training_size)

value

Number/String/Character you'd like to track. (i.e. 0.84 or 250)

Examples

1
2
3
4
5
6
## Not run: 
metadata('ROC', 0.74)
metadata('accuracy', 0.97)
metadata('foo', 'bar')

## End(Not run)

yhat/banditr documentation built on May 4, 2019, 2:33 p.m.