Skip to content

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

License

Notifications You must be signed in to change notification settings

SusanaSEO/Classification-kNN

Repository files navigation

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) 

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages