Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / DevOps & Infra / MLflow
△EvalDevOps & InfraFree

MLflow

End-to-end ML lifecycle platform — experiment tracking, model registry, serving, and LLM evaluation.

@ai-supply
Installs730k
Rating★ 4.8
Reviews243
↗ Source repository

MLflow

MLflow is an open-source platform for managing the complete machine learning lifecycle. Created at Databricks and now an Apache project, it covers experiment tracking, reproducible runs, a central model registry, and one-click model deployment — with first-class support for LLM evaluation and prompt engineering workflows.

Key Features

  • Experiment tracking: log parameters, metrics, artifacts, and code version per run
  • Model Registry: versioned model store with staging/production promotion
  • MLflow Tracking UI: compare runs with interactive plots
  • LLM evaluation: score prompts/chains with built-in metrics (toxicity, faithfulness, BLEU, ROUGE)
  • Model serving: REST API server for any logged model
  • Integrates with scikit-learn, PyTorch, TensorFlow, Keras, XGBoost, LightGBM, Spark, LangChain

Quick Start

import mlflow

with mlflow.start_run():
    mlflow.log_param("lr", 0.01)
    mlflow.log_metric("accuracy", 0.92)
    mlflow.sklearn.log_model(model, "model")

# Launch UI
# mlflow ui

Install via ai-supply

npx ai-supply add mlflow-experiment-tracking

Curated mirror of the open-source MLflow (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy