The aim of this project to analysis of sales report of a Clothes Manufacturing Outlet. . And achieve the following goals:
- Build a classifier for dress recommendation prediction.
- Show the effect of dress attributes on the product price.
- R
- R Libraries:
- readxl
- plyr
- caTools
- e1071
- caret
- randomForest
The dataset was provided from Simplilearn platform.
In this project, we built three classifier for dress recommendation prediction by use of Naive Bayes, Random Forest, and Support Vector Machine. Also, we used a Linear regression model to show the effect of dress attributes on the product price.
The details of the results show in the code.