Skip to content

prathamthukral/diamond_price_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

diamond_price_estimation

Using linear and ensemble regression models to predict the price of diamonds based off the following features: [carat, cut, color, clarity, depth, table, x, y, z]

Summary of results

Best model: RandomForestRegressor(n_estimators=200, n_jobs=2)

Mean Absolute Error: 265.8645

Mean Absolute Percentage Error: 0.064

R2 Error: 0.9813

data source: https://www.kaggle.com/shivam2503/diamonds

About

Using linear and ensemble regression models to predict

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published