Using the following libraries.
library(readr)
library(tree)
library(ROCR)
library(class)
library(ggplot2)
library(e1071)
library(randomForest)
library(gbm)
library(ISLR)
library(glmnet)
You can also knit the file to a html document
install.packages('tidyverse')
install.packages('Metrics')
install.packages('readr')
install.packages('tree')
install.packages('ROCR')
install.packages('class')
.
.
.
.
and the rest
About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.