Auto-Retraining

From drift signal to new model in minutes

Define trigger policies in YAML. Inferpathio watches the conditions and initiates training pipelines automatically when they're met — with validation gating before anything reaches production.

Abstract pipeline trigger visualization showing an amber glow at a threshold crossing point initiating a new training flow
Trigger types

Three trigger patterns for three failure modes

Not all models degrade the same way. Different failure modes need different triggers — and Inferpathio supports all three.

01

Metric threshold

Watch a computed metric — PSI score, KS p-value, custom accuracy proxy. When it crosses a configured threshold, training starts. Best for models with clear drift signals.

02

Data freshness

Trigger when a specified volume of new labeled data has accumulated since the last training run. Best for supervised models with regular feedback loops.

03

Schedule

Cron-based trigger for models in environments where drift is predictable or business constraints mandate regular refresh cycles. Composable with drift conditions.

Retraining policy

Composable trigger conditions

Combine trigger types with AND/OR logic. Require both drift AND minimum data freshness before kicking off an expensive GPU run. Prevent over-training as thoughtfully as under-training.