Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 939 B

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

End-to-End-Canser-Classification_using_MLFLOW

Workflows

  1. Update config.yaml
  2. Update secrets.yaml [Optional]
  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 "end point"
  9. Update the dvc.yaml

....

Step 02

MLflow

Documentation

MLflow tutorial

cmd

mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/sheriff786/End-to-End-Canser-Classification_using_MLFLOW.mlflow MLFLOW_TRACKING_USERNAME=sheriff786 MLFLOW_TRACKING_PASSWORD=89b16177f0e2435725ac3ad5980f0fd215c37743 python script.py

Run this to export as env variables:


export MLFLOW_TRACKING_URI=https://dagshub.com/sheriff786/End-to-End-Canser-Classification_using_MLFLOW.mlflow

export MLFLOW_TRACKING_USERNAME=sheriff786

export MLFLOW_TRACKING_PASSWORD=89b16177f0e2435725ac3ad5980f0fd215c37743


Tip!

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

Comments

Loading...