Project carried out on July 2020 for "Data Mining" (Higher Diploma in Data Analytics at National College of Ireland)
First of all, the data sources can be downloaded from:
- Online Shoppers Purchasing Intention Dataset: http://archive.ics.uci.edu/ml/datasets/Online+Shoppers+Purchasing+Intention+Dataset
In order to run the code the following libraries are needed:
library(caret)
library(class)
library(psych)
library(fastDummies)
library(dummies)
library(naniar)
library(cowplot)
library(ggpubr)
library(dplyr)
library(rpart)
library(rpart.plot)
library(randomForest)
require(caTools)
library(ipred)