Introduction

Prediction of numerical value and price is one of the tasks that can be done with regression algorithms. In this netbook, we plan to predict the price of diamonds with the help of the diamond dataset, for this we use these algorithms.

Tasks in this notebook

  • Import libraries
  • Read dataset and get information from data
  • Cleaning Dataset
  • Features
  • Modeling
    • Linear Regression
    • KNeighbors Regressor
    • Decision Tree Regressor
  • Compare prediction with real values