Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 674 Bytes

Classification-kNN

Project carried out on July 2020 for "Data Mining" (Higher Diploma in Data Analytics at National College of Ireland)

Getting Started

First of all, the data sources can be downloaded from:

Prerequisites

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)