Fabric Data Science

Coordinates ML workflows in Microsoft Fabric with notebooks, MLflow, and PREDICT batch scoring.

12|4|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/markus41/Claude-m --skill fabric-data-science
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fabric Data Science
Source: https://github.com/markus41/Claude-m/tree/main/fabric-data-science/skills/fabric-data-science
Command: npx skills add https://github.com/markus41/Claude-m --skill fabric-data-science

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Microsoft Fabric Data Science provides an integrated environment to build, train, track experiments with MLflow, register and version models, and deploy predictions, enabling teams to run end-to-end ML pipelines inside Fabric and connect to Power BI semantic models.

Core Features & Use Cases

  • Notebooks: Spark-based ML development with pre-installed libraries (scikit-learn, LightGBM, XGBoost, PyTorch, SynapseML)
  • Experiments & Registry: MLflow-based experiment tracking and a model registry with versioning and stages
  • BI & PREDICT: Seamless integration with Power BI via Semantic Link and PREDICT for batch scoring in the warehouse
  • Governance & Automation: End-to-end reproducibility, lineage, and governance for production ML pipelines

Quick Start

Launch a Fabric notebook and begin an end-to-end ML workflow.

Frequently Asked Questions about Fabric Data Science

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

FAQPage Schema
How do I orchestrate reproducible ML workflows in Microsoft Fabric?

Orchestrate reproducible ML workflows in Microsoft Fabric by loading data into notebooks, running experiments with MLflow, and registering versioned models. This satisfies governance and reproducibility requirements for production ML pipelines.

Does Microsoft Fabric support MLflow for experiment tracking and model registry?

Yes, Microsoft Fabric supports MLflow for experiment tracking and provides a model registry with versioning and stages. You can train models using libraries like scikit-learn, LightGBM, XGBoost, and PyTorch while tracking runs.

Can I integrate Power BI semantic models with machine learning predictions in Fabric?

Yes, you can integrate Power BI semantic models with machine learning predictions in Fabric using Semantic Link. You can also apply PREDICT for batch scoring directly in the warehouse to operationalize your models.

What is the best way to deploy batch scoring for ML models in a Fabric warehouse?

The best way to deploy batch scoring for ML models in a Fabric warehouse is using the PREDICT function. This allows you to run predictions on registered models directly within your data warehouse environment for production pipelines.

How do I track machine learning experiments and lineage in Fabric notebooks?

Track machine learning experiments and lineage in Fabric notebooks using the integrated MLflow tracking capabilities. This provides end-to-end reproducibility and governance for Spark-based ML development with pre-installed libraries.