Description Usage Arguments Examples
"Private method" used to create and append the main capitans log containing the: Complete version, Stardate and Description
1 2 | capitan_log(stardate = as.character(Sys.time()), description = "",
version = "1.0", number = 1, folder = "./logs/")
|
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 |
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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.