@dalixwill
We can try to find ways to make the calibration code run faster. Perhaps through parallelization?
I suggest that:
-
First we make sure that parts that need to run only once (e.g. the training part) do not run multiple times and
-
we find parts that can potentially run simultaneously.