Skip to content

datarootsio/tm-mlops-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

maintained by dataroots

Rootsacademy: MLOps in practice

MLflow - Workshop

MLflow is an open source platform for managing the end-to-end machine learning lifecycle, including experimentation, reproducibility, deployment, and tracking. This repo's main content is mlflow_tutorial. These directories contain exercises to show following capabilities of the package.

  1. Experiment tracking
  2. Model registry
  3. Deployment

Getting started

Install the requirements and then move on to the notebooks.

if you work with virtual environments:

python3.11 -m venv mlflow-env  
source mlflow-env/bin/activate

and then:

pip install -r requirements.txt
jupyter notebook

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published