Diamond Price Prediction using Random Forest
Diamond Price Prediction using Random Forest

A price prediction model of a diamond based on its carat, depth, table and dimension using Random Forest. This model achieves .98 accuracy based on its R-squared score! (This project really humbles me with the amount of things I still need to learn, especially in mastering ML libraries and deep learning algorithms)


This dataset was imported from kaggle. There are 53,940 diamonds in the dataset with 10 features (carat, cut, color, clarity, depth, table, price, x, y, and z). Most variables are numeric in nature, but the variables cut, color, and clarity are ordered factor variables.