Use when training and deploying ML models for Sentinel.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill ml-model-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ml Model Pipeline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-ml-model-pipeline)More formats (shields.io, HTML) on the badges page.
---
name: ml-model-pipeline
title: ML Model Pipeline
description: Use when training and deploying ML models for Sentinel.
category: networking
tags: [ml, model, pipeline, training, deployment, automation]
---
# ML Model Pipeline
**Trigger**: Use when training, validating, and deploying ML models for threat detection.
**Libraries**: Python: `scikit-learn`, `xgboost`, `pytorch`, `onnx`, `optuna`
**Implementation**: Training pipeline: feature extraction from historical flow data → train XGBoost/Autoencoder → hyperparameter tuning (Optuna) → ONNX export. Validation: precision, recall, F1 on held-out test set. A/B testing: serve old model to 10% of traffic, new model to 90%. Rollback on metric degradation. Continuous retraining via scheduled pipeline.
**Connected**: `ml-threat-detection`, `gpu-anomaly-detector`, `python-orchestrator`, `traffic-analyzer`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!