MLflow
Open-source platform for managing the machine learning lifecycle: experiment tracking, model packaging, versioning, and deployment.
Overview
MLflow tracks the parameters, metrics, and artifacts of every ML training run so a team can compare experiments and reproduce results, packages trained models in a standard format that works across serving frameworks, and manages a model registry for versioning and promoting models toward production. It's framework-agnostic, working with PyTorch, TensorFlow, scikit-learn, and others already in this catalog.
MLflow is a fit for data science teams that need to track experiments and manage models systematically rather than in scattered notebooks and spreadsheets, filling an MLOps gap that's currently absent from this catalog's ML framework entries.
- Categories
- AI & Machine Learning
- Languages
- Python
- License
- Apache-2.0
Related Projects
KServe
Apache-2.0Kubernetes-native platform for serving machine learning models at scale, standardizing model deployment across frameworks.
- AI & Machine Learning
Kubeflow
Apache-2.0Machine learning platform for Kubernetes that bundles pipelines, model training, hyperparameter tuning, and serving into one toolkit.
- AI & Machine Learning
CAMEL
Apache-2.0Open-source framework for research and building systems of multiple communicating, role-playing AI agents that collaborate autonomously.
- AI & Machine Learning
CrewAI
MITMulti-agent orchestration framework for building teams of collaborating, role-based AI agents that work together autonomously to complete complex tasks.
- AI & Machine Learning
Spotted an error? Suggest an edit on GitHub.