Make all internal columns, in particular forecast_id
, more robust by prefixing it with "scoringutils_"
#927
Labels
Milestone
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.
The text was updated successfully, but these errors were encountered: