when-developing-ml-models-use-ml-expert
エキスパートワークフローでMLモデルを構築
MLモデルプロジェクトには、データ準備からデプロイまでの再現可能な手順が必要です。このスキルは、Claude、Codex、Claude Code に、トレーニング、評価、パッケージ化のための構造化されたワークフローを提供します。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "when-developing-ml-models-use-ml-expert" from https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert.md and its manifest at https://skillstore.io/api/skills/dnyoussef-when-developing-ml-models-use-ml-expert/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「when-developing-ml-models-use-ml-expert」を使用しています。 顧客解約予測用の分類モデルをトレーニングしてください。
期待される結果:
- 欠損値、特徴量タイプ、ターゲットのバランスを含むデータ監査サマリー。
- training callbacks と検証指標を備えた推奨 dense neural network。
- モデルファイル、scaler file、レポート、推論エントリポイントを網羅したデプロイチェックリスト。
「when-developing-ml-models-use-ml-expert」を使用しています。 私のトレーニング済みモデルがリリース可能か評価してください。
期待される結果:
- 過学習の兆候と検証ギャップを含むテスト指標サマリー。
- classification details と training history を含む評価レポートのアウトライン。
- 成果物の安全性、再現性、ドキュメントに関するリリース準備メモ。
「when-developing-ml-models-use-ml-expert」を使用しています。 TensorFlow モデル向けにモバイル対応のエクスポート計画を作成してください。
期待される結果:
- 必要な前処理成果物を含む TensorFlow Lite エクスポート計画。
- ローカル推論とモバイル統合向けのデプロイパッケージ一覧。
- レイテンシ、モデルサイズ、信頼できる成果物の取り扱いに関する運用上の制限。
セキュリティ監査
中リスクMost static findings are Markdown backtick fences or safe relative artifact writes in SKILL.md, so they are adjudicated as false positives. One semantic issue remains: the generated inference script loads serialized ML artifacts without a trust-boundary warning, which can be unsafe with untrusted files.
確認済みのセキュリティ上の懸念 (1)
リスク要因
⚙️ 外部コマンド (32)
📁 ファイルシステムへのアクセス (8)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dnyoussef-when-developing-ml-models-use-ml-expert/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/dnyoussef-when-developing-ml-models-use-ml-expert.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
DNYoussef. (2026). when-developing-ml-models-use-ml-expert security audit report (audit version 8) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert/audits/8BibTeX形式の引用
@techreport{dnyoussef-dnyoussef-when-developing-ml-models-use-ml-expert-2026,
author = {DNYoussef},
title = {when-developing-ml-models-use-ml-expert security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert/audits/8},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "when-developing-ml-models-use-ml-expert security audit report (audit version 8)"
version: "1.0.0"
type: report
authors:
- name: "DNYoussef"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/dnyoussef-when-developing-ml-models-use-ml-expert/audits/8"
identifiers:
- type: other
value: "skillstore:dnyoussef-when-developing-ml-models-use-ml-expert:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 高作成できるもの
分類器をプロトタイプする
クリーンなデータ分割、正規化された特徴量、ベースライン検証指標を備えた最初の教師あり学習モデルを構築します。
デプロイ成果物を準備する
トレーニング済みモデルをエクスポートし、前処理アセットを保存し、推論エントリポイントを含むデプロイフォルダを組み立てます。
モデルアーキテクチャを比較する
ニューラルネットワークまたは従来型モデルのアプローチを選択する前に、タスクの複雑さ、特徴量数、データサイズを評価します。
これらのプロンプトを試す
このスキルを使用して、私のデータセットから基本的な分類モデルを構築してください。まず、ターゲット列、指標目標、デプロイ形式を確認してください。
このスキルを使用して、私の表形式データをクリーニングし、train validation test sets に分割し、モデルアーキテクチャを選択し、training callbacks を定義してください。
このスキルを使用して、評価レポート、モデル成果物のパッケージ化、inference script 生成を含む本番MLワークフローを設計してください。
このスキルを使用して、過学習、リーク、指標選択、成果物の安全性、デプロイ準備状況の観点から私のMLパイプラインをレビューしてください。
ベストプラクティス
- トレーニングを開始する前に、ターゲット指標と合格しきい値を定義します。
- 前処理と評価の全過程で、train、validation、test データを分離したままにします。
- モデルパラメータ、training history、データ前提、成果物バージョンを記録します。
回避
- トレーニングデータだけで評価したり、test set で繰り返しチューニングしたりしないでください。
- 前処理要件を文書化せずにモデル成果物をパッケージ化しないでください。
- 推論中に信頼できないソースから serialized artifacts を読み込まないでください。
よくある質問
このスキルはどのようなML作業をサポートしますか?
TensorFlow と PyTorch のどちらを使うか選択できますか?
モデルを自動的にトレーニングしますか?
本番デプロイに役立ちますか?
どのような入力を提供すべきですか?
機密データセットに対して安全ですか?
開発者情報
作成者
DNYoussefライセンス
MIT
作者バージョン
v1.0.0
Skillstore リビジョン
r1
参照
c579efd02184f1128d6741d16e6c8d951d7d4208
メンテナンスの新しさ
2026/7/18
利用状況
3 ダウンロード · 183 閲覧
ファイル構成