You are here |
andreasthinks.me | ||
| | | |
rgoswami.me
|
|
| | | | 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
|
|
| | | | ||
| | | |
post8000.svmiller.com
|
|
| | | | ||
| | | |
brenocon.com
|
|
| |