sql_env / docs /learnings /conventions.md
hjerpe's picture
Upload folder using huggingface_hub
9e64e71 verified
# 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)*