DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
12 stars 2 forks source link

[TASK]: Calibration Sampling, result file concat #3998

Open Tom-Szendrey opened 1 week ago

Tom-Szendrey commented 1 week ago

It would be useful to have additional result files handy for the calibrate operation. We can extrapolate on the current results and store these additional things into S3 along with the other "result_files".

There additions are:

This is meant to generate the histograms

param a param b param ...
sample value sample value ...
sample value sample value ...
... ... ...

This is meant to generate the error distribution and raincloud-plot

sample state a state b state ...
1 error error ...
2 error error ...
... ... ... ...
Note 1: Probably talk to @liunelson about point-1.
Note 2: The formats may be subject to change