mlflow-onboarding

Determine MLflow onboarding paths for GenAI versus traditional ML applications.

Updated Sep 9, 2017
One-click install
npx skills add https://github.com/mirakui/dotfiles --skill mlflow-onboarding-mirakui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlflow-onboarding
Source: https://github.com/mirakui/dotfiles/tree/main/claude/skills/mlflow-onboarding
Command: npx skills add https://github.com/mirakui/dotfiles --skill mlflow-onboarding-mirakui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams onboard MLflow by quickly determining whether their project is GenAI or traditional ML and guiding them through the appropriate quickstart tutorials and initial integration steps.

Core Features & Use Cases

  • GenAI onboarding: tracing, evaluation, and prompt management for LLM-powered workflows (LLMs, agents, tool-calling).
  • Traditional ML onboarding: experiment tracking, model logging, and deployment integration for typical ML workflows.
  • Use Case: If a user asks for "set up MLflow for my project", the system will pick the correct onboarding path and present the most relevant tutorials.

Quick Start

Follow the guided onboarding to determine your MLflow use case and start the relevant tutorials.

Frequently Asked Questions about mlflow-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up MLflow for my project?

To set up MLflow for your project, determine your application type to select the correct onboarding path. The system analyzes your codebase or experiment ID to present relevant quickstart tutorials for either GenAI or traditional ML workflows.

What is the difference between MLflow GenAI and traditional ML onboarding?

MLflow GenAI onboarding focuses on tracing, evaluation, and prompt management for LLM-powered workflows. Traditional ML onboarding covers experiment tracking, model logging, and deployment integration for typical ML workflows.

Does MLflow autologging work for LLM agents and tool-calling?

Yes, MLflow autologging and tracing support LLM-powered workflows including agents and tool-calling. The GenAI onboarding path provides structured guidance for integrating these features into your application.

How do I start MLflow tracing for an existing experiment ID?

To start MLflow tracing with an existing experiment ID, apply the provided experiment ID as a signal. The system selects the appropriate onboarding path and presents initial integration steps for configuring tracing and evaluation.

Can I use MLflow quickstart tutorials for both GenAI and traditional ML?

Yes, MLflow quickstart tutorials cover both GenAI and traditional ML paths. The system guides you to the most relevant tutorials based on your project type, ensuring safe and structured initial integration steps.