Description Usage Arguments Value Examples
This function initializes the environment for the dump (logging). This must be run before any xgboost run.
1 | xgboard.init(what, watchnames, maximizer, log)
|
what |
Type: character. A character or a vector of characters corresponding to the names of the metrics to log (in the right order, if there are multiples). It must be the same length of |
watchnames |
Type: character. A character or a vector of characters corresponding to the names of the watchlist which are evaluated against the metric to log (in the right order, if there are multiples). It must be the same length of |
maximizer |
Type: logical. A logical or a vector of logicals corresponding to whether to maximize ( |
log |
Type: character. Where to store the dump/log file? It must be an absolute path. |
An environment for the dumping. Does not store the dump though.
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.