Skip to content

Latest commit

 

History

History

02-experiment-tracking

2. Experiment tracking and model management

2.1 Experiment tracking intro

2.2 Getting started with MLflow

Note: in the videos, Cristian uses Jupyter in VS code and runs everything locally

But if you set up a VM in the previous module, you can keep using it and use the usual Jupyter from your browser. There's no significant difference between using Jupyter with VS code and without

2.3 Experiment tracking with MLflow

2.4 Model management

2.5 Model registry

Starting MLflow 2.9, model registry stages are deprecated. Please use model version tags and aliases instead of stages. For example, instead of transition_model_version_stage(name, version, stage) use set_registered_model_alias(name, alias, version). More details here and here.

2.6 MLflow in practice

2.7 MLflow: benefits, limitations and alternatives

2.7 Homework

More information here.

Notes

Did you take notes? Add them here: