System Uncertainty Quantification (SysUQ) for a box.
SysUQ.ipynb walks through a full surrogate modelling workflow:
- setup and authentication with the Uncertainty Engine,
- data preparation and latent-space construction,
- cloud training with TorchScript export,
- local rollout, uncertainty propagation, and visualisation.
- Create a
.envfile and add in your Uncertainty Engine credentials: UE_USERNAME=[your email] UE_PASSWORD=[your password] - Install dependencies from
requirements.txt. - Add a folder for models
- Add a folder for data
- Add the IN_OUT data folder to data/IN_OUT
- Run the
SysUQ.ipynbnotebook top to bottom.
- The notebook sets up a functional mock up unit (FMU).
- This unit returns the updated block temperature given the previous temperature of the block, any external conditions, and the time step.
- 