Marie-Hélène Burle
November 25, 2025
draw map of the LLM/data usage
this webinar focuses on experiment tracking
allows to:
for dataset versioning
MLflow projects do not (yet) support uv
uv
not officially supported and might come issues. In case of problem, use official method with pip
Don’t call your script mlflow.py
if you install with uv
as it causes unexpected behaviours
Tracking models at checkpoints
Compare with different datasets
Visualization with tracking UI
experiments child runs tags
Can run on multiple platforms or locally
Local tracking data:
Remote tracking data (team development), launch a tracking server:
In both cases, open http://127.0.0.1:5000 in your browser
You can choose any unused port