quantile_to_interval_numeric(), for example, makes use of an internal forecast_id column. This might cause issues if there is already a forecast_id column in the input.
We should likely prefix all internal columns with "scoringutils_" to avoid those issues + document this design choice somewhere.
quantile_to_interval_numeric()
, for example, makes use of an internalforecast_id
column. This might cause issues if there is already aforecast_id
column in the input.We should likely prefix all internal columns with "scoringutils_" to avoid those issues + document this design choice somewhere.