项目作者: AniketDogra

项目描述 :
Analysing "Diamonds" dataset from Kaggle
高级语言: Jupyter Notebook
项目地址: git://github.com/AniketDogra/Diamond-Price-Predictor.git
创建时间: 2019-02-10T11:43:52Z
项目社区:https://github.com/AniketDogra/Diamond-Price-Predictor

开源协议:

下载


Diamond-Price-Predictor

Kaggle DataSet

  • This project analyses diamonds by their cut, color, clarity, price, and other attributes and predict their price using various regression algorithms.
  • Used libraries such as Pandas, Numpy, Seaborn, Matplolib and Scikit Learn Algorithms to visualise the given dataset and estimate the price of diamonds based on the features.
  • Analysed and visualised the relation between different features of diamonds and their price.
  • Performed Stratified sampling and Feature scaling of data.