mlflow-onboarding

Determine GenAI versus traditional ML use cases and guide MLflow onboarding.

1|1|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/mkgs-databricks-demos/synthea-on-fhir --skill mlflow-onboarding-mkgs-databricks-demos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlflow-onboarding
Source: https://github.com/mkgs-databricks-demos/synthea-on-fhir/tree/main/.cursor/skills/mlflow-onboarding
Command: npx skills add https://github.com/mkgs-databricks-demos/synthea-on-fhir --skill mlflow-onboarding-mkgs-databricks-demos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MLflow onboarding helps users determine whether they are building GenAI-powered applications or traditional ML models and guides them through the appropriate quickstart tutorials and integration steps, making it easier to start tracking, observing, and deploying ML workflows.

Core Features & Use Cases

  • GenAI use cases: LLM-powered apps, chatbots, RAG pipelines, tool-calling agents; key features include tracing for observability, evaluation with LLM judges, and prompt management.
  • Traditional ML/deep learning use cases: scikit-learn, PyTorch, TensorFlow, XGBoost; key features include experiment tracking (parameters, metrics, artifacts), model logging, and model deployment.
  • The onboarding path, tutorials, and integration steps vary by use case; determine which path applies before proceeding, otherwise ask the user.

Quick Start

Determine your use case (GenAI vs traditional ML) and follow the recommended GenAI or ML quickstart tutorials to integrate MLflow.

Frequently Asked Questions about mlflow-onboarding

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

FAQPage Schema
How do I get started with MLflow for my LLM and RAG pipelines?

To get started with MLflow for LLM and RAG pipelines, determine your GenAI use case and follow the tailored quickstart tutorials to integrate features like tracing for observability, LLM judge evaluations, and prompt management.

What is the best way to set up MLflow tracking for traditional ML models?

The best way to set up MLflow tracking for traditional ML models using scikit-learn, PyTorch, TensorFlow, or XGBoost is to follow the traditional ML quickstart tutorials to log parameters, metrics, artifacts, and deploy models.

Does MLflow onboarding support both traditional ML and GenAI workflows?

Yes, MLflow onboarding supports both traditional ML and GenAI workflows. It guides you through specific integration steps and quickstart tutorials based on whether you are building LLM-powered apps or traditional deep learning models.

How do I use MLflow tracing for observability in GenAI applications?

To use MLflow tracing for observability in GenAI applications, identify your use case as GenAI, then follow the guided quickstart tutorials which cover integrating observability features for chatbots, tool-calling agents, and RAG pipelines.

Can I log parameters and metrics for PyTorch and TensorFlow models with MLflow?

Yes, you can log parameters, metrics, and artifacts for PyTorch and TensorFlow models. By selecting the traditional ML onboarding path, you receive guidance on integrating experiment tracking and model logging into your workflow.

Do I need an experiment ID to start integrating MLflow into my project?

No, an experiment ID is not strictly required to start integrating MLflow, but providing one as input helps tailor the onboarding guidance to your specific experimentation and tracking setup.