promote.metadata: Add metadata to the deployment of your promote model

Description Usage Arguments Examples

Description

Add metadata to the deployment of your promote model

Usage

1

Arguments

name

key name for the metadata entry

value

value for the metadata entry

Examples

1
2
3
4
5
6
7
## Not run: 
promote.metadata("key", "value")
promote.metadata("R_squared", summary(fit)$r.squared)
promote.metadata("R_squared_adj", summary(fit)$adj.r.squared)
promote.metadata("deploy_node", Sys.info()[["nodename"]])

## End(Not run)

promote documentation built on May 2, 2019, 2:59 p.m.