Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msikorski93/diamond-price-modelling-based-on-their-attributes

The purpose of this notebook is to develop an automated function to predict the price of a diamond based on its given features (cut, color, dimensions, etc.). We will create a machine learning model which can estimate these values. We need to find continuous data, so we will perform a regression task. We will use supervised learning to find the prices.
https://github.com/msikorski93/diamond-price-modelling-based-on-their-attributes

adaboost-regressor exploratory-data-analysis knearest-neighbor-algorithm polynomial-regression random-forest regression-analysis

Last synced: 1 day ago
JSON representation

The purpose of this notebook is to develop an automated function to predict the price of a diamond based on its given features (cut, color, dimensions, etc.). We will create a machine learning model which can estimate these values. We need to find continuous data, so we will perform a regression task. We will use supervised learning to find the prices.

Awesome Lists containing this project