How do you track your datasets in machine learning experiments? At our recent MLflow Community Meetup, Benjamin Wilson shared a deep dive into a major improvement — dataset tracking made simple. With a single unified interface, you can create, merge, and manage datasets directly in the MLflow tracking server. No more juggling multiple function calls or losing visibility into lineage. 🎥 Watch the full video: https://lnkd.in/gnAxi2ur #opensource #oss #linuxfoundation #mlflow
MLflow
Software Development
San Francisco, CA 71,518 followers
Build better models and generative AI apps on a unified, end-to-end, open source MLOps platform
About us
MLflow is an open-source platform for managing the complete machine learning lifecycle, including experimentation, reproducibility, deployment, and a central model registry. MLflow supports both traditional ML and generative AI workflows: - MLflow Tracking: Record and query experiments, including code, data, config, and results. Now with integrated tracing for GenAI workflows across multiple frameworks. - MLflow Models: Deploy machine learning models in diverse serving environments, with GenAI support for ChatModels and streaming interfaces. - Model Registry: Store, annotate, discover, and manage models in a central repository. - MLflow Evaluation: Evaluate model performance using customizable metrics, including LLM-as-judge frameworks and GenAI-specific benchmarks. - MLflow Deployments: Simplify model deployment and serving across various platforms, with expanded capabilities for hosting large language models. Subscribe to our luma calendar for updates about meetups, office hours, and other events: https://lu.ma/mlflow View code on GitHub here: https://github.com/mlflow/mlflow/ To discuss or get help, please join our mailing list mlflow-users@googlegroups.com
- Website
-
https://mlflow.org/
External link for MLflow
- Industry
- Software Development
- Company size
- 2-10 employees
- Headquarters
- San Francisco, CA
- Type
- Nonprofit
- Founded
- 2018
Locations
-
Primary
San Francisco, CA, US
Employees at MLflow
-
Stavros N.
ML @ Safesize | MLflow Ambassador
-
Gabriel Fu
AI Software Engineer | MLflow Contributor
-
Hamza Usman Ghani
Empowering Businesses Through Data & AI 📈 | Agentic AI | MLOPs | Time series | Big Data
-
Aman Kumar
Data Scientist | AI/ML Freelancer | MLflow Ambassador | Open Source Contributor
Updates
-
⏰ Don’t forget — MLflow Office Hours are this Wednesday, October 22 at 8AM PT on Zoom! Join the MLflow maintainers and contributors for a live, interactive session. Whether you’re debugging production issues or experimenting with LLMs and GenAI, this is your chance to ask questions directly and get expert feedback. Come for: 🔹 Real-time MLflow troubleshooting and guidance 🔹 Best practices for managing LLM & GenAI experiments 🔹 A look ahead at new MLflow features 🔗 Reserve your spot: https://lnkd.in/ezg-R8tc #opensource #oss #mlflow #genai #llm
📣 MLflow Office Hours — Wednesday, October 22 at 8AM PT Connect directly with MLflow maintainers and contributors for live Q&A! Bring your production challenges or your latest #LLM and #GenAI experiments—this session is dedicated to hands-on technical discussion and feedback. You'll get: 🔹 Real-time support for both production and experimental MLflow setups 🔹 Expert guidance on LLM & GenAI model management 🔹 Early insight into future releases and new features 🔹 Best practices for tracking ML & LLM experiments Save your spot ➡️ https://lnkd.in/ezg-R8tc #opensource #oss #mlflow #genai #llm
This content isn’t available here
Access this content and more in the LinkedIn app
-
Missed last week’s #MLflow Community Meetup? Check out this clip with Benjamin Wilson on 𝗮𝗴𝗲𝗻𝘁𝗶𝗰 𝗷𝘂𝗱𝗴𝗲𝘀! 🙌 “The judge no longer works as an LLM as a judge—it actually works as an agent as a judge.” In this mode, the trace metadata (the trace info object in MLflow) is passed in: the input to the call, the output, and basically the root span ID for that trace. With that metadata—and MLflow’s MCP features recently released—the judge can make tool calls to MLflow to do things like searching spans and querying different aspects of the trace. 🎥 Watch the full video to go deeper: https://lnkd.in/eDzZmd_E Have questions? Bring them to MLflow Office Hours next Wed, Oct 22 🔗 https://lnkd.in/ezg-R8tc #opensource #oss #mlflow #agenticjudges #llm #genai
-
In MLflow 3.4, the make_judge method introduces a declarative way to create MLflow Scorers, the core abstraction for automated evaluation. With simple instructions, you can build judges that understand your domain’s quality requirements and automatically align with feedback from human experts. This post shows how to: 🔹 Create custom scorers with make_judge using simple declarative instructions. 🔹 Build scorers that act as agents with built-in tools for trace introspection, handling complex evaluation without complicated prompts or complex span parsing logic. 🔹 Automatically align scorers with subject-matter expert preferences to improve scorer accuracy over time. 🔗 Dive in: https://lnkd.in/eHkcBvHN #opensource #oss #mlflow #LLM #genai #llmops
-
-
📣 MLflow Office Hours — Wednesday, October 22 at 8AM PT Connect directly with MLflow maintainers and contributors for live Q&A! Bring your production challenges or your latest #LLM and #GenAI experiments—this session is dedicated to hands-on technical discussion and feedback. You'll get: 🔹 Real-time support for both production and experimental MLflow setups 🔹 Expert guidance on LLM & GenAI model management 🔹 Early insight into future releases and new features 🔹 Best practices for tracking ML & LLM experiments Save your spot ➡️ https://lnkd.in/ezg-R8tc #opensource #oss #mlflow #genai #llm
This content isn’t available here
Access this content and more in the LinkedIn app
-
MLflow 3.4 introduces an MCP server that enables conversational analysis of MLflow traces with assistants like Claude. Ask Claude—or any MCP‑compatible tool—to find failed traces, compare successful and unsuccessful runs, and identify patterns in retrieval steps. In this post, Daniel Liden walks through: 🔹 Setting up MLflow tracing with example data (including intentional failures) 🔹 Configuring the MCP server to work with Claude Desktop and Claude Code 🔹 Practical examples of using AI to analyze and debug AI application traces Setup takes about five minutes, and once configured, your trace data becomes something you can have a conversation with. Use AI to debug AI! ✅ 🔗 Read the full post: https://lnkd.in/eKhMt2kE #MLflow #MLOps #GenAI #AI #ClaudeCode
-
-
MLflow Ambassador Thor Steen Larsen will share insights on "How to use MLflow for Experiment Tracking and Deployment and how we use it in DSB" at Industrial Machine Learning in Action: From Models to Operations! 📅 Monday, November 3, 2025 ⏰ 09:00 – 13:30 📍IDA Conference Center, Copenhagen 🇩🇰 Explore practical ML deployment strategies and experiment tracking in real-world operations. ⬇️ 🔗 Registration link: https://lnkd.in/eJ4x9hDg #opensource #ml #MLflow #oss
Event Heads Up: Industrial ML in Action! 🏭🤖 We are excited to share a key session in IDAs half-day seminar, featuring the Danish Data Science Community’s own Thor Steen Larsen, a recognized MLflow Ambassador and OS committee chair. 🚀 Thor will present on: "How to use MLflow for Experiment Tracking and Deployment and how we use it in DSB". The deep-dive sessions will offer a technical examination of ML and MLOps methodologies, showcasing how to scale ML model training for production systems, the application of Scientific Machine Learning (SciML) in complex domains, including Chemical and Food Engineering. Featuring Professor Allan Engsig-Karup, DTU Compute, and PhD fellow Søren Villumsen, DTU Department for Chemical and Biochemical Engineering, Danish Crown and Neurospace. 🗓 Date: Monday, November 3, 2025 ⏰ Time: 09:00 – 13:30 (Seminar Duration) 📍 Location: IDA Conference Center in Copenhagen The registration link for the full seminar is available in the comments below 👇
-
⚡ In this lightning talk at MLOps World | GenAI Summit, Danny Chiao tackled a top agent challenge: ensuring high quality output. Rather than labeling and analyzing traces by hand, MLflow makes it easy to log, evaluate, and iterate faster—using techniques leading companies rely on to deploy agents in production. ✅ #mlopsworld #MLflow #opensource #oss #mlops #genai #agents
-
-
🚀 Join the next MLflow Community Meetup on Oct 8 at 4PM PT! 🔹 𝗕𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝗦𝗺𝗮𝗿𝘁𝗲𝗿 𝗘𝘃𝗮𝗹𝘀 𝘄𝗶𝘁𝗵 𝗧𝗿𝗮𝗰𝗲-𝗔𝘄𝗮𝗿𝗲, 𝗙𝗲𝗲𝗱𝗯𝗮𝗰𝗸-𝗔𝗹𝗶𝗴𝗻𝗲𝗱 𝗝𝘂𝗱𝗴𝗲𝘀: MLflow’s judges assess not just answers, but also the retrievals and steps behind them—and improve continually with real user feedback. 🔹 𝗞𝗲𝗲𝗽𝗶𝗻𝗴 𝗘𝘃𝗮𝗹 𝗗𝗮𝘁𝗮𝘀𝗲𝘁𝘀 𝗥𝗲𝗹𝗲𝘃𝗮𝗻𝘁 𝗮𝘀 𝗬𝗼𝘂𝗿 𝗔𝗽𝗽 𝗖𝗵𝗮𝗻𝗴𝗲𝘀: Update, version, and track your eval datasets in MLflow so every test stays aligned with your evolving app. Bring your questions about dataset management, evaluation workflows, or how to best contribute to MLflow OSS development! ✅ RSVP 👉 https://lnkd.in/e3Mivwje #opensource #oss #mlflow #communitymeetup #llm #genai
MLflow Community Meetup | October 8, 2025
www.linkedin.com
-
Attending MLOps World | GenAI Summit in Austin? 🙌 Don’t miss tomorrow’s lightning talk on the expo floor: 10:35–10:50 AM CT — “Techniques to build high‑quality agents faster with MLflow” with Danny Chiao 🔗 Learn more: https://lnkd.in/eTjQ7UQu Have MLflow questions? Join the LIVE, text‑based AMA in the MLflow Slack #General channel from 1–3 PM CT with Danny Chiao and Daniel Liden! 🤝 Bring questions on production deployments, labeling strategies, how to integrate MLflow for agent quality, & more. 💬 Join Slack: https://lnkd.in/easDYPqv #mlflow #opensource #oss #mlops #genai #agents
-