This generic is used to present an rtemis object by printing to console and drawing plots.
Examples
if (FALSE) { # interactive()
ir <- set_outcome(iris, "Sepal.Length")
seplen_lightrf <- train(ir, hyperparameters = setup_LightRF())
present(seplen_lightrf)
}