Skip to main content

Module retrain

Module retrain 

Source
Expand description

Auto-Retraining Module (APR-073-5)

Implements the Andon Cord pattern for automated retraining when drift is detected. Bridges drift detection to the training loop following Toyota Way principles.

Structs§

AutoRetrainer
Auto-retrainer that monitors drift and triggers retraining
RetrainConfig
Configuration for auto-retraining
RetrainerStats
Statistics about the auto-retrainer

Enums§

Action
Action taken by the AutoRetrainer
RetrainPolicy
Retraining trigger policy

Type Aliases§

RetrainCallback
Callback type for retrain triggers