knitr::opts_chunk$set( collapse = TRUE, comment = "#>") library(dplyr) library(magrittr) library(purrr) library(Bioc2mlr) library(mlr) library(tibble)
This vignette will demonstrate how to leverage the automate built-in tools in mlr, with the converted S4 assay container classes. Specifically, it will cover benchmarking, tuning parameters, and resampling (cross-validation, bootstraping)
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.