Skip to content

dnyaneshgawari63/Diamond_price_pred_ML_Azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End to end ML project created venv as python environment

conda create -p venv python==3.8

conda activate venv/

install necessory libraries (below command will create package folder, triggering/using -e . inside requirements.txt, which connected to setup.py)

pip install -r requirements.txt 

create setup.py file (below command creates build and dist and package folders)

python.exe setup.py install

EDA>Feature enginnering>model training> model deployment

setup > requirements.txt>EDA.ipynb>Model_training.ipynb>

Data Ingestion: did train test split here, got Artifacts folder with raw.csv, test.csv, train.csv

Data Transformation: got transformed data, pickle file which we will save in again artifacts folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published