Skip to content

Simple regression project for predicting diamond prices based on physical attributes using linear regression.

Notifications You must be signed in to change notification settings

el1zabethcodes/ml-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Diamond Price Prediction

This project demonstrates a basic regression model built using Pandas and Scikit-learn. We predict diamond prices based on physical features such as carat, depth, and dimensions.

Technologies

  • Python 3.10+ — main programming language
  • Pandas — data analysis and preprocessing
  • Scikit-learn — machine learning (Linear Regression)
  • Matplotlib — data visualization
  • Git + GitHub — version control & collaboration

How to Run

pip install -r requirements.txt
python main.py

About

Simple regression project for predicting diamond prices based on physical attributes using linear regression.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages