retraining-worker

Community

Automate model retraining and promotion.

AuthorGaneshMadarasu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill explains the retraining worker that reacts to drift signals, rebuilds anomaly detection models from recent data, and promotes a better challenger without manual intervention.

Core Features & Use Cases

  • Kafka-triggered retraining: Shows how retraining requests are consumed from the pipeline and dispatched safely to background workers.
  • Celery execution model: Documents the subprocess worker pattern, task retries, and non-blocking dispatch used for model training jobs.
  • Shadow testing and promotion: Covers how the new model is evaluated against the current one, then written to Redis when it performs at least as well.
  • Operational insight: Includes health, metrics, and implementation gotchas such as missing scored events, bootstrap promotion behavior, and process-level metric limitations.

Quick Start

Use the retraining-worker skill to explain how this service receives retraining triggers, trains a challenger model, shadow tests it, and promotes it when it wins.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: retraining-worker
Download link: https://github.com/GaneshMadarasu/real-time-anomaly-detection-pipeline/archive/main.zip#retraining-worker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.