Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
catalog / DevOps & Infra / MLflow
△EvalDevOps & InfraFree

MLflow

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

@ai-supply
التثبيتات730k
التقييم★ 4.8
المراجعات243
↗ مستودع المصدر

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

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية