Conversation
We were rounding to 0.1 too early in the calculations. This version reduces numeric rounding artifacts and the number trajectories that are constant when rounded.
Model Output--- PSI-PROF/2025-04-27-PSI-PROF.gz.parquet --- ✅: [file_exists]: File exists at path 'model-output/PSI-PROF/2025-04-27-PSI-PROF.gz.parquet'. ✅: [file_name]: File name "2025-04-27-PSI-PROF.gz.parquet" is valid. ✅: [file_location]: File directory name matches ✅: [round_id_valid]: ✅: [file_format]: File is accepted hub format. ✅: [file_n]: Number of accepted model output files per round met. ✅: [metadata_exists]: Metadata file exists at path 'model-metadata/PSI-PROF.yaml'. Run validation on files: 2025-04-27-PSI-PROF.gz.parquet ℹ: [pairing_info]: Run grouping pairing: scenario_id, age_group, horizon, target; stochastic run pairing: scenario_id, age_group, horizon, target. Number of Samples: 300 ✅: [unique_round_id]: ✅: [match_round_id]: All ✅: [colnames]: Column names are consistent with expected round task IDs and std column names. ✅: [col_types]: Column data types match hub schema. ✅: [valid_vals]: ✅: [rows_unique]: All combinations of task ID column/ ✅: [req_vals]: Task ID/output type/output_type_id combinations all present. ✅: [value_col_valid]: Values in column ℹ: [value_col_non_desc]: No quantile or cdf output types to check for non-descending values. ℹ: [spl_non_compound_tid]: Task ID combinations of non compound task id values not tested ❗: [flat_projection]: Some projections have a unique value for the whole projection period. |
|
Hi @jturtle , Thank you very much for the update and the information! It seems to be all good, I will merge it! Best, Lucie |
Hi Lucie,
Thanks for the explanation about parsing the constant-trajectory warnings. While looking into this, I found that we could improve our order of operations. This new submission is qualitatively the same, but reduces the number of numeric artifacts. There are still a hand full of constant trajectories for each of DC and WY, 0-64 mortality, but I have verified that these are non-constant and reasonable before rounding.
Thanks,
Jamie