Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chinmayrane16/diamonds-in-depth-analysis

Given dataset of Diamonds with features such as Cut, Carat, Clarity etc. I have used libraries such as Pandas, Numpy, Matplotlib, Seaborn to Analyse and Estimate the Price of Diamonds based on the features. Using Scikit-Learn , implemented Algorithms to increase the effective R2 score.
https://github.com/chinmayrane16/diamonds-in-depth-analysis

data-visualization feature-engineering feature-scaling machine-learning matplotlib numpy pandas seaborn

Last synced: 10 days ago
JSON representation

Given dataset of Diamonds with features such as Cut, Carat, Clarity etc. I have used libraries such as Pandas, Numpy, Matplotlib, Seaborn to Analyse and Estimate the Price of Diamonds based on the features. Using Scikit-Learn , implemented Algorithms to increase the effective R2 score.

Awesome Lists containing this project

README

        

# Diamonds-In-Depth-Analysis
**Diamonds**
* Given dataset of Diamonds with features such as Cut, Carat, Clarity etc.
* I have used Libraries such as _Pandas, Numpy, Matplotlib, Seaborn_ to Analyse and Estimate the **Price of Diamonds** based on the features.
* Used _Scikit-Learn_ to implement Regression models to improve the **R2 Score**.
* Analyzed and Visualized both the distribution of Categorical and Numerical Features.
* Used StandardScaler to Scale the numerical values.
* Finally, I have Tuned the Parameters with the help of _GridSearchCV_.