MLflow
Open platform for the ML lifecycle: experiment tracking, model registry, packaging, evaluation, and production monitoring.
Why it is included
De facto OSS standard for experiment tracking and model registry; strong uptake for LLM eval and tracing integrations.
Best for
Teams that need reproducible runs, artifact versioning, and a path from notebook to governed deployment.
Strengths
- Tracking + registry
- Large ecosystem
- Vendor-neutral
Limitations
- Production hardening still needs your infra choices (DB, auth)
Good alternatives
Weights & Biases (commercial) · Neptune · TensorBoard alone
Related tools
AI & Machine Learning
PyTorch
Deep learning framework with strong research-to-production paths.
AI & Machine Learning
TensorFlow
End-to-end platform for machine learning and deployment.
AI & Machine Learning
DVC
Data version control for ML: version datasets and models with Git, cloud storage, and reproducible pipelines.
AI & Machine Learning
Kubeflow
Kubernetes-native toolkit for ML: notebooks, training jobs, pipelines, tuning, and serving components you compose on-cluster.
AI & Machine Learning
Ray
Distributed compute framework for Python: scale data loading, training, hyperparameter search, and online serving (Ray Serve).
AI & Machine Learning
JAX
Composable transformations (grad, vmap, pmap) plus NumPy-like API for high-performance ML research on accelerators.
