print.tuning_output | R Documentation |
Print tuning output. Displays average error for q-quantiles of tuned parameters.
## S3 method for class 'tuning_output'
print(x, tuning.quantiles = seq(0, 1, 0.2), ...)
x |
The tuning output to print. |
tuning.quantiles |
vector of quantiles to display average error over. Default: seq(0, 1, 0.2) (quintiles) |
... |
Additional arguments (currently ignored). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.