configureMlr | R Documentation |
Configuration is done by setting custom options.
If you do not set an option here, its current value will be kept.
If you call this function with an empty argument list, everything is set to its defaults.
configureMlr(
show.info,
on.learner.error,
on.learner.warning,
on.par.without.desc,
on.par.out.of.bounds,
on.measure.not.applicable,
show.learner.output,
on.error.dump
)
show.info |
( |
on.learner.error |
( |
on.learner.warning |
( |
on.par.without.desc |
( |
on.par.out.of.bounds |
( |
on.measure.not.applicable |
( |
show.learner.output |
( |
on.error.dump |
( |
(invisible(NULL)
).
Other configure:
getMlrOptions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.