... | @@ -211,7 +211,7 @@ The Saving module contains several functions that export the data (the calibrate |
... | @@ -211,7 +211,7 @@ The Saving module contains several functions that export the data (the calibrate |
|
|
|
|
|
save_data() serves as the main wrapper function for this module.`recipe` (the recipe), `data` (the list obtained from the Loading module) and `archive` (the archive) are mandatory arguments. The rest of the arguments (calibrated_data, skill_metrics and probabilities) are optional.
|
|
save_data() serves as the main wrapper function for this module.`recipe` (the recipe), `data` (the list obtained from the Loading module) and `archive` (the archive) are mandatory arguments. The rest of the arguments (calibrated_data, skill_metrics and probabilities) are optional.
|
|
|
|
|
|
The `calibrated_data`
|
|
Including the `calibrated_data` parameter will save the calibrated datasets. Including `skill_metrics` and `probabilities` will save the skill metrics and the percentiles and probability bins, respectively.
|
|
|
|
|
|
Therefore, all the data can be saved at once:
|
|
Therefore, all the data can be saved at once:
|
|
|
|
|
... | | ... | |