Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

ML Pipeline Workflow

Skill Verifiziert Aktiv

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.

Zweck

To provide a structured and comprehensive framework for designing, implementing, and automating end-to-end Machine Learning Operations (MLOps) pipelines.

Funktionen

  • End-to-end MLOps pipeline design
  • Data preparation, validation, and feature engineering
  • Model training orchestration and hyperparameter management
  • Model validation and performance monitoring
  • Automated deployment strategies and rollback mechanisms

Anwendungsfälle

  • Building new ML pipelines from scratch
  • Designing workflow orchestration for ML systems
  • Implementing data -> model -> deployment automation
  • Setting up reproducible training workflows

Nicht-Ziele

  • Developing specific ML algorithms
  • Providing a runtime environment for model execution
  • Managing cloud infrastructure directly (focus is on orchestration)

Workflow

  1. Define pipeline stages and dependencies
  2. Execute data preparation and validation
  3. Orchestrate model training and hyperparameter tuning
  4. Perform model validation and generate reports
  5. Automate model deployment and configure monitoring
  6. Implement rollback mechanisms and continuous monitoring

Praktiken

  • Pipeline Design
  • Data Management
  • Model Operations
  • Deployment Strategies

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add wshobson/agents
/plugin install machine-learning-ops@claude-code-workflows

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne35.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Skill
Yeachan-Heo

Acp Router

100

Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.

Skill
steipete

SHAP Model Interpretability

100

Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.

Skill
K-Dense-AI

Arize Evaluator

100

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

Skill
github

Molfeat

99

Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.

Skill
K-Dense-AI

Build Feature Store

99

Build a feature store using Feast for centralized feature management, configure offline and online stores for batch and real-time serving, define feature views with transformations, and implement point-in-time correct joins for ML pipelines. Use when managing features for multiple ML models, ensuring training-serving consistency, serving low-latency features for real-time inference, reusing feature definitions across projects, or building a feature catalog for discovery and governance.

Skill
pjt222