Explore >> Select a destination


You are here

andreasthinks.me
| | rgoswami.me
18.1 parsecs away

Travel
| | Chapter V - Resampling Methods All the questions are as per the ISL seventh printing of the First edition1. Common Instead of using the standard functions, we will leverage the mlr3 package2. 1#install.packages("mlr3","data.table","mlr3viz","mlr3learners") Actually for R version 3.6.2, the steps to get it working were a bit more involved. 1install.packages("remotes","data.table", 2 "GGally","precerec") # For plots 1library(remotes) 2remotes::install_github("mlr-org/mlr3") 3remotes::install_github("mlr-org/mlr3viz") 4remotes::install_github("mlr-org/mlr3learners") Load ISLR and other libraries. 1libsUsed<-c("dplyr","ggplot2","tidyverse", 2 "ISLR","caret","MASS", 3 "pROC","mlr3","data.table", 4 "mlr3viz","mlr3learners") 5invisible(lapply(libsUsed, library, character.
| | josiahparry.com
17.1 parsecs away

Travel
| |
| | post8000.svmiller.com
18.9 parsecs away

Travel
| |
| | brenocon.com
110.7 parsecs away

Travel
|