capitan_log: Append the entry in the main capitan's log.

Description Usage Arguments Examples

View source: R/experiments.R

Description

"Private method" used to create and append the main capitans log containing the: Complete version, Stardate and Description

Usage

1
2
capitan_log(stardate = as.character(Sys.time()), description = "",
  version = "1.0", number = 1, folder = "./logs/")

Arguments

stardate

is the experiment execution date. Default: as.character(Sys.time())

description

containing the main information of you experiment. E.g: Testing the max_date new feature

version

a character with the main version of your project. E.g: "1.3" == v1.3 or just "1"

number

of the experiment. E.g: 4 == "v1.3.4"

folder

as character to store the logs

Examples

1
2
3
4
5
capitan_log(
    stardate = as.character(Sys.time()),
    description = "First experiment using XGBoost witout categorical features",
    tag = 'ml', version='1.0', number = 1
)

iuga/starlog documentation built on May 20, 2019, 8:01 p.m.