View source: R/linear_pool_sample.R
make_sample_indices_unique | R Documentation |
Make the output type ID values of sample forecasts distinct for different models
make_sample_indices_unique(model_out_tbl)
model_out_tbl |
an object of class |
The new output_type_id
column values will follow one of two patterns,
depending on whether the column is detected to be numeric:
If the output type ID is not numeric (may be a character): A concatenation of the prediction's model ID and original output type ID
If the output type ID is numeric: A numeric representation of the above pattern rendered as a factor.
a model_out_tbl object with unique output type ID values for different models but otherwise identical to the input model_out_tbl.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.