nhsengland / NHSSynth

Package to accompany P41
https://nhsengland.github.io/NHSSynth/
MIT License
4 stars 1 forks source link

Create a `Module` class that contains common functions and interface #26

Closed HarrisonWilde closed 1 year ago

HarrisonWilde commented 1 year ago

All modules require an executor function, set the seed using args.seed, call experiment_io and potentially hand-off data. This could be abstracted away into a Module class.