Technical requirements
The dataset to be used in this project is called *Spambase*
and is from the UCI Machine Learning Repository (https://archive.ics.uci.edu/ml/datasets/spambase).
The code for this chapter can be found in this book’s GitHub repository: https://github.com/PacktPublishing/Data-Wrangling-with-R/tree/main/Part4/Chapter13.
The following libraries will be used in the code:
library(tidyverse) library(patchwork) library(skimr) library(randomForest) library(caret) library(ROCR)