bayes-chime
bayes-chime copied to clipboard
[model] Refactor model code: Simplify user experience for the authors of the model
- Remove classes that aggregate multiple parameters/functions. This makes code hard to follow for model authors
- Take the larger functions and split them into smaller functions
- Ensure a simple mapping of 1 function to 1 parameter
- Ensure functions are accessible individually