Technical requirements
To run the code in this chapter, you will need to have the latest versions of the following packages:
caret
– 6.0.94tibble
– 3.2.1dplyr
– 1.0.10pROC
– 1.18.2nnet
– 7.3.18glmnet
– 4.1.7
The versions mentioned along with the packages in the preceding list are the latest ones while I am writing this book.
All the code and data for this chapter is available at https://github.com/PacktPublishing/The-Statistics-and-Machine-Learning-with-R-Workshop/blob/main/Chapter_13/working.R.