senior-ml-engineer
MLモデルの本番環境への展開、MLOpsパイプラインの構築、LLMの統合に関するMLエンジニアリングスキルです。モデルデプロイメント、フィーチャーストア、ドリフト監視、RAGシステム、コスト最適化に対応します。ユーザーがMLモデルの本番環境への展開、MLOpsインフラストラクチャ(MLflow、Kubeflow、Kubernetes、Docker)の構築、モデルパフォーマンスやドリフトの監視、RAGパイプラインの構築、リトライロジックとコスト管理を備えたLLM APIの統合について質問する際に利用します。モデル研究や初期学習ではなく、本番運用の課題に重点を置いています。
description の原文を見る
ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infrastructure (MLflow, Kubeflow, Kubernetes, Docker), monitoring model performance or drift, building RAG pipelines, or integrating LLM APIs with retry logic and cost controls. Focused on production and operational concerns rather than model research or initial training.
SKILL.md 本文
シニアML エンジニア
モデルのデプロイメント、MLOpsインフラストラクチャ、LLM統合に対応した本番環境ML エンジニアリングパターン。
目次
モデルデプロイメントワークフロー
トレーニング済みモデルを本番環境にデプロイして監視します:
- モデルを標準形式(ONNX、TorchScript、SavedModel)にエクスポート
- Dockerコンテナに依存関係とともにモデルをパッケージング
- ステージング環境にデプロイ
- ステージングに対して統合テストを実行
- 本番環境にカナリアデプロイ(トラフィック5%)
- 1時間レイテンシとエラー率を監視
- メトリクスが条件を満たす場合は本番環境に昇格
- 検証: p95レイテンシ < 100ms、エラー率 < 0.1%
コンテナテンプレート
...
詳細情報
- 作者
- Boboegg
- リポジトリ
- Boboegg/ai-resources
- ライセンス
- 不明
- 最終更新
- 2026/4/3
Source: https://github.com/Boboegg/ai-resources / ライセンス: 未指定