Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
divith171 545af5e163
Update requirements.txt
3 days ago
1872ce0427
main.yaml for deployment
1 week ago
1ed9cec503
model evaluation and mlflow added
1 month ago
1ed9cec503
model evaluation and mlflow added
1 month ago
b26812dbb5
ready to deploy
2 weeks ago
src
b26812dbb5
ready to deploy
2 weeks ago
b26812dbb5
ready to deploy
2 weeks ago
a8e80c1762
data ingestion added
4 months ago
1872ce0427
main.yaml for deployment
1 week ago
0c11e32e38
Initial commit
4 months ago
1ed9cec503
model evaluation and mlflow added
1 month ago
eb3738ed99
Update app.py
1 week ago
1ed9cec503
model evaluation and mlflow added
1 month ago
1ed9cec503
model evaluation and mlflow added
1 month ago
545af5e163
Update requirements.txt
3 days ago
a20b3a8ad0
data validation added
4 months ago
31876ee2a8
requirments added
4 months ago
844488e87c
folder structure added
4 months ago
Storage Buckets

README.md

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

reviewprediction

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/divith171/reviewprediction

STEP 01- Create a conda environment after opening the repository

conda create -n venv python=3.9 -y
conda activate venv

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

ml-flow

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/divith171/reviewprediction.mlflow MLFLOW_TRACKING_USERNAME=divith171 MLFLOW_TRACKING_PASSWORD=f17ed95907e0d5c1e4b27b30354f6ed03187f1ba python script.py

run this as an env variable

export MLFLOW_TRACKING_URI=https://dagshub.com/divith171/reviewprediction.mlflow 
export MLFLOW_TRACKING_USERNAME=divith171 
export MLFLOW_TRACKING_PASSWORD=f17ed95907e0d5c1e4b27b30354f6ed03187f1ba 


Tip!

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

About

No description

Collaborators 1

Comments

Loading...