Skip to content

Training Pipeline (Engineering Deep Dive)

Role

Training pipelines train LightGBM models for detection (binary), size/location (multiclass), or leak flow (regression). They share the same data-loading and by-case split logic, and write model, metrics, and optional deployment bundles.


Engineering Notes


Full Reference

All training scripts (PFM and OBSERVER), configuration keys, and outputs: Training (PFM & OBSERVER) in the main Pipelines section.