I am carrying out a migration to modeltime and I am finding some point of improvement that I would like to comment:
I want to use a worfklowset object to evaluate the performance of a set of workflows on resamples. If I'm not mistaken, currently modeltime does not support this functionality, so I am forced to run the iterations on the resamples through worfklowsets package and once the best ones are selected, finish the best workflows and then create a modeltime_table and continue with the usual flow.
I think it would be very interesting if modeltime offered the ability to use workflowsets on resamples and generate a modeltime_table (perhaps with the best result per workflow based on a certain metric). It would also be very interesting to be able to represent the results as it is done in modeltime.resample
Maybe this issue should be in modeltime.resample, I'm not sure.
Hi @mdancho84 ,
How long! I hope everything will be just fine :)
I am carrying out a migration to
modeltime
and I am finding some point of improvement that I would like to comment:worfklowsets
package and once the best ones are selected, finish the best workflows and then create a modeltime_table and continue with the usual flow.I think it would be very interesting if modeltime offered the ability to use workflowsets on resamples and generate a modeltime_table (perhaps with the best result per workflow based on a certain metric). It would also be very interesting to be able to represent the results as it is done in modeltime.resample
Maybe this issue should be in
modeltime.resample
, I'm not sure.Regards,