senior-data-scientist

Design and operate production-grade AI/ML systems with MLOps pipelines.

Updated Jul 9, 2025
One-click install
npx skills add https://github.com/underPressue/dotfiles --skill senior-data-scientist-underpressue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-data-scientist
Source: https://github.com/underPressue/dotfiles/tree/main/.claude/skills/senior-data-scientist
Command: npx skills add https://github.com/underPressue/dotfiles --skill senior-data-scientist-underpressue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables organizations to design, evaluate, and operate production-grade AI/ML systems with strong governance, reproducibility, and scalable deployment.

Core Features & Use Cases

  • End-to-end ML lifecycle support: experiment design, feature engineering, model evaluation, deployment, and monitoring across platforms.
  • Production-grade patterns: ML Ops, DataOps, governance, and drift detection for ongoing data science initiatives.
  • Use Case: Launch a scalable predictive model in production with automated retraining, monitoring, and alerting to maintain performance.

Quick Start

Ask the AI to scaffold a production-grade ML pipeline with experiment design, feature engineering, and deployment.

Frequently Asked Questions about senior-data-scientist

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

FAQPage Schema
How do I build a production-grade ML pipeline with automated drift detection?

To build a production-grade ML pipeline with drift detection, use a Python-based stack like Scikit-learn or PyTorch alongside standard MLOps tooling. This implements repeatable pipelines, automated testing, and ongoing drift monitoring to maintain model performance.

What is MLOps and how does it support scalable model deployment?

MLOps supports scalable model deployment by integrating DataOps and governance across teams and production environments. It ensures reproducible experiments, automated retraining, and continuous monitoring for AI/ML systems.

Do I need PyTorch or TensorFlow to operate scalable AI/ML systems?

Yes, operating scalable AI/ML systems requires a Python-based stack including PyTorch or TensorFlow, along with NumPy and Pandas. These frameworks provide the foundational computation needed for feature engineering and model evaluation.

What's the best way to monitor machine learning models for data drift in production?

The best way to monitor machine learning models for data drift is implementing standard MLOps patterns with automated alerting. This detects ongoing data changes and triggers automated retraining to maintain predictive performance.

Why does my ML model performance degrade after production deployment?

ML model performance degrades after production deployment due to data drift. Without ongoing monitoring and automated retraining pipelines, changing data distributions cause the predictive model to lose accuracy over time.