Description Usage Arguments Examples
This function is a helper function to do the logging when a new input is existing for LauraeML
during a training iteration of the optimizer. For each elements, the first element refers to the name, the second is for the value, the third for the number of digits, and the fourth for the number of decimals. It is assumed integer value when the decimal number is not specified.
1 | LauraeML_utils.newlog(mobile, logging, x, y, maximize, score, error, params)
|
mobile |
Type: environment. The environment passed from |
logging |
Type: character. The |
x |
Type: vector (numeric). The hyperparameters to use passed from the trainer. |
y |
Type: vector (numeric). The features to use, as binary format (0 for not using, 1 for using) passed from the trainer. |
maximize |
Type: boolean. The |
score |
Type: numeric. The |
error |
Type: vector. A vector formatted like |
params |
Type: list of vectors. A list of vectors formatted like |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.