Persistence
Save and load the model with its scalers and conformal calibration intact.
save() / load() round-trip the weights, the fitted scalers, and the conformal calibration together, so a reloaded model forecasts and calibrates exactly as before. Checkpoints record the library version and refuse incompatible ones.
model.save('m.pt'); APDTFlowForecaster.load('m.pt')