Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
matusoff 44d7b72c99
Update README.md
2 months ago
..
1dfdae2c14
Add files via upload
2 months ago
8341e4f25f
Update 04_model_evaluation_with_mlflow.ipynb
2 months ago
src
5ae892f8c9
Add files via upload
2 months ago
5ae892f8c9
Add files via upload
2 months ago
44d7b72c99
Update README.md
2 months ago
5ae892f8c9
Add files via upload
2 months ago
9bd2c99ef2
Add files via upload
2 months ago
fb16590fad
Add files via upload
2 months ago
e22d6fcabd
Add files via upload
2 months ago
3b29135d7a
Add files via upload
2 months ago
fb16590fad
Add files via upload
2 months ago
73d2fa93c0
Add files via upload
2 months ago
3b29135d7a
Add files via upload
2 months ago

README.md

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

Kidney Disease Classification MLflow DVC

Workflows

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

Instalation

STEPS:

Clone the repository

https://github.com/matusoff/ML_models/KidneyDiseaseDeepLearningProject

STEP 01- Create a conda environment after opening the repository

conda create -p kidney python=3.8 -y conda activate kidney

STEP 02- install the requirements

pip install -r requirements.txt

Finally run the following command

python app.py

MLflow

Documentation

'''

cmd

-mlflow ui '''

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/YourLink.mlflow

MLFLOW_TRACKING_USERNAME=YourUserName

MLFLOW_TRACKING_PASSWORD=YourTrackingPassword

python script.py

Run this to export as env variables:

Linux or macOS

export MLFLOW_TRACKING_URI=https://dagshub.com/YourLink.mlflow
export MLFLOW_TRACKING_USERNAME=YourUserName
export MLFLOW_TRACKING_PASSWORD=YourTrackingPassword

Windows

set MLFLOW_TRACKING_URI=https://dagshub.com/YourLink.mlflow
set MLFLOW_TRACKING_USERNAME=YourUserName
set MLFLOW_TRACKING_PASSWORD=YourTrackingPassword

DVC cmd

  1. dvc init
  2. dvc repro
  3. dvc dag

About MLflow & DVC

MLflow

  • It is Production Grade
  • Trace all of your expriements
  • Logging & taging your model

DVC

  • It is very lite weight for POC only
  • lite weight expriements tracker
  • It can perform Orchestration (Creating Pipelines)
Tip!

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

Comments

Loading...