An open API service indexing awesome lists of open source software.

https://github.com/ihabbendidi/diamond-analysis

Exploratory statistical analysis of a Diamond dataset
https://github.com/ihabbendidi/diamond-analysis

data-analysis data-visualization exploratory-data-analysis machine-learning r

Last synced: 4 months ago
JSON representation

Exploratory statistical analysis of a Diamond dataset

Awesome Lists containing this project

README

          

# diamond-analysis

### Context
This task involves the statistical analysis with R of a diamond dataset, to find correlations between its variables, and if there is any value in predicting any of its value using an adapted machine learning model.

The csv dataset contains 50.000 observation, that describes diamonds using 10 different variables, such as the cut, the carat, the depth, the color, the clarity and the price. The project starts first with an exploratory data analysis to spot the relationships in data.

The commented and explained R code can be found in the [.RMD](https://github.com/IhabBendidi/diamond-analysis/blob/master/assignement.Rmd) file. More information about the task and its steps can be found [here](https://github.com/IhabBendidi/diamond-analysis/blob/master/BDA_Assignment1.pdf)