Skip to content

This is a ML Project to predict the price of given diamond dataset (Regression Analysis and Model Training).

Notifications You must be signed in to change notification settings

pallavi-1998/DimondPricePredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML project

create environment

''' conda create -p venv python==3.9

conda activate venv/ '''

install all necessary libraries

''' pip install -r requirements.txt or python setup.py install '''