# Carrefour-Kenya-Data-Analysis-in-R
# Description
Working as a data scientist at Carrefour Kenya, the main aim is to undertake a project that will inform the marketing department on the most relevant marketing strategies that will result in the highest no. of sales (total price including tax) by performing various unsupervised learning techniques and later providing recommendations based on your insights.
The four unsupervised learning techniques applied are Dimensionality reduction, Feature Selection, Association rules and Anomaly Detection.
### PART 1-Dimensionality Reduction
This part focuses on reducing number of random variables in a dataset that represent the initial variables of the datset.The main technique applied is Principal Component Analysis (PCA) and the datset used to apply this technique can be accessed via this link:
bit.ly.
### PART 2-Feature Selection
This part of the project focuses on applying different techniques in a bid to understand the contribution of the variables in the dataset. The techniques applied are Filter methods, wrapper methods and feature ranking. The dataset used to apply feature selection can be found on this link:
bit.ly.
### PART 3-Association Rules
This part of research is aimed at discovering patterns that ocur within the given dataset by identifying relationships between observations and and variables from the dataset.
The dataset for this part can be accessed here:
bit.ly.
### PART 4-Anomaly Detection
This part of research is aimed at unveiling any patterns or discoveries in the dataset that are not as per the norm.Carrefour Kenya would like to detect fraud based on the dataset provided via this link:
bit.ly thus application of anomaly detection technique.
# SetUp/Installation requirements
All you need to run this code is a browser with access to Google CoLab or Jupyter Notebook. Installation of RStudio is al …