Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Rajat goel 3885d9a5ce
changes in html pages
1 month ago
3529855646
template added
8 months ago
60a60f4bd4
"code_tested_done"
5 months ago
082f3947b9
traning model
1 month ago
7583a389a5
model evalution
8 months ago
082f3947b9
traning model
1 month ago
4b90b367bf
Add files via upload
1 month ago
src
7d8fae8ff5
GradientBoostingRegressor
1 month ago
5d1e698290
"model test"
5 months ago
3885d9a5ce
changes in html pages
1 month ago
082f3947b9
traning model
1 month ago
3529855646
template added
8 months ago
5a0c3b8f45
Initial commit
8 months ago
3d4ee54b4d
readme change
3 months ago
082f3947b9
traning model
1 month ago
2a7a91b206
model_tarining
3 months ago
7d8fae8ff5
GradientBoostingRegressor
1 month ago
a80321fa05
requirements added
8 months ago
60a60f4bd4
"code_tested_done"
5 months ago
a80321fa05
requirements added
8 months ago
3529855646
template added
8 months ago
dd60410438
model taining added
8 months ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

Mobile_price_prediction

End-to-end-Machine-Learning-Project-with-MLflow

Workflows

  1. Update config.yaml
  2. Update schema.yaml
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the app.py

How to run?

STEPS:

Clone the repository

https://github.com/Rajatgoel179/End_to_End_Mobile_Price_Prediction_with_mlflow

STEP 01- Create a conda environment after opening the repository

conda create -n mlproj python=3.8 -y
conda activate mlproj

STEP 02- install the requirements

pip install -r requirements.txt
# Finally run the following command
python app.py

Now,

open up you local host and port

MLflow

Documentation

cmd
  • mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/rajatgoel179/End_to_End_Mobile_Price_Prediction_with_mlflow.mlflow MLFLOW_TRACKING_USERNAME=rajatgoel179 MLFLOW_TRACKING_PASSWORD=afcc0cd2ead5d9b1ab9f24c4e7ef07e3abe30391 python script.py

Run this to set as env variables:


export  MLFLOW_TRACKING_URI=https://dagshub.com/rajatgoel179/End_to_End_Mobile_Price_Prediction_with_mlflow.mlflow

export MLFLOW_TRACKING_USERNAME=Rajatgoel179 

export MLFLOW_TRACKING_PASSWORD=afcc0cd2ead5d9b1ab9f24c4e7ef07e3abe30391

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...