Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
catalog / DevOps & Infra / MLflow
△EvalDevOps & InfraFree

MLflow

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

@ai-supply
Installationen730k
Bewertung★ 4.8
Rezensionen243
↗ Quell-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
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz