machine-learning-engineer

Orchestrate end-to-end ML workflows from data ingestion to deployment.

16|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/jshearin01/agent-skills --skill machine-learning-engineer-jshearin01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: machine-learning-engineer
Source: https://github.com/jshearin01/agent-skills/tree/main/machine-learning-engineer
Command: npx skills add https://github.com/jshearin01/agent-skills --skill machine-learning-engineer-jshearin01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mlflow, numpy, pandas, pyyaml, scikit-learn, joblib, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines the complete ML lifecycle from data ingestion to production deployment, enabling reproducibility, governance, and accelerated delivery of high-quality models.

Core Features & Use Cases

  • End-to-end ML lifecycle coverage: data processing, feature engineering, model development, evaluation, MLOps, and deployment.
  • Prototyping, experimentation, and drift monitoring across classical ML and deep learning frameworks (scikit-learn, PyTorch, Hugging Face).
  • Use cases include building production-grade models with MLflow tracking, DVC data/version control, and REST/batch serving patterns.

Quick Start

Provide an ML task and run the end-to-end workflow to train, evaluate, and deploy a baseline model.

Frequently Asked Questions about machine-learning-engineer

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

FAQPage Schema
How do I build reproducible machine learning pipelines for production deployment?

Production ML pipelines require orchestrating end-to-end workflows from data ingestion to deployment with experiment tracking, versioning, and governance guardrails to ensure reproducibility and auditability across teams.

Does this ML workflow stack support both PyTorch transformers and scikit-learn models?

Yes, the ML workflow stack supports both PyTorch transformers and scikit-learn models. It applies modular, pluggable components for prototyping, experimentation, and drift monitoring across both classical ML and deep learning frameworks.

How do I track machine learning experiments and manage model versioning?

You track machine learning experiments and manage model versioning by applying MLflow tracking and DVC data version control within the workflow, ensuring reproducible, auditable pipelines and governance guardrails throughout the model lifecycle.

What is the best way to detect data drift in deployed machine learning models?

The best way to detect data drift in deployed models is to orchestrate end-to-end ML workflows with built-in drift monitoring capabilities, applying modular preprocessing and evaluation stacks for continuous assessment.

Can I use MLflow and PyTorch together for MLOps and model serving?

Yes, you can use MLflow and PyTorch together for MLOps. The stack orchestrates end-to-end workflows with MLflow tracking, REST serving patterns, and PyTorch dependencies to deliver production-grade deep learning models.