business-science/modeltime.resample

add .resample_id to modeltime_resample_accuracy output if summary_fns = NULL

gofford opened this issue · 2 comments

modeltime_resample_accuracy returns the raw output of the resample fits if summary_fns = NULL. However, the output is returned without .resample_id, which means that it is not possible to check the metrics for specific resample id.

It would be valuable to have the .resample_id available in the case where modeltime_resample_accuracy(..., summary_fns = NULL)

I don't mind dropping a PR for this, but unclear when I'll have time.

It sounds like a good request. Please work up a PR when you have time. Thanks.

This should be complete. Here are the two types of results (summarized vs unsummarized). Unsummarized happens with summary_fns = NULL.

image