Logger | Description | Arguments |
---|---|---|
LoggerIteration |
The basic logger to log the current iteration. This one is defined automatically by calling train() .
|
|
LoggerInbagRisk |
Risk logging on the given train dataset. |
Loss object that defined the empirical risk |
LoggerOobRisk |
Risk logging on a given out of bag dataset. |
Loss object that defined the empirical risk
Data objects with the out of bag data. Note that a data.frame can be easily transformed by using $prepareData() Response class can be easily created by $prepareResponse() |
LoggerTime |
Time logging after each iteration. |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.