Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 463 Bytes

Breast-Cancer-MLOps

Using ZenML to build a pipeline

Usage:

pip install -r requirements.txt

After that install the mlflow

zenml integration install mlflow
zenml experiment-tracker register mlflow_tracker --flavor=mlflow
zenml model-deployer register mlflow --flavor=mlflow
zenml stack register mlflow_stack -a default -o default -d mlflow -e mlflow_tracker --set

Running Pipeline

python run_pipeline.py