File size: 291 Bytes
9e64e71 | 1 2 3 | # Learnings - Conventions
- Export notebook-facing training helpers from `sql_env.training` (`build_trainer`, `run_training_with_metrics`, `sample_random_baseline`, data loaders) so notebooks and scripts depend on a stable package-level API instead of module-internal import paths. *(F006)*
|