quiet = TRUE
to the list of arguments to make the function "shut up" the massive verbose text.report.lm(data, label, folds, normalize = TRUE, cleaning = TRUE,
deficiency = TRUE, stats = TRUE, coefficients = TRUE,
adv_stats = TRUE, plots = TRUE, output_file = "report.lm.html",
output_dir = getwd(), open_file = TRUE, quiet = FALSE, ...)
TRUE
.TRUE
.TRUE
.TRUE
, also returns the metrics and the out of fold predictions. Defaults to TRUE
.TRUE
.TRUE
.TRUE
."report.lm.html"
.getwd()
.TRUE
.FALSE
.rmarkdown::render
.Models
), the machine learning metrics ("Metrics"
), the folds "Folds"
, the fitted values per fold ("Fitted"
), the predicted values per fold ("Predicted"
) if they were computed. Otherwise, returns TRUE
.# No example.
## Not run: ------------------------------------
# library(Laurae)
# library(data.table)
# library(rmarkdown)
# library(RcppArmadillo)
# library(DT)
# library(formattable)
# library(matrixStats)
# library(lattice)
# library(R.utils)
## ---------------------------------------------
Run the code above in your browser using DataLab