You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when I want to check the accuracy I only get the accuracy for the individual models, not the ensemble. So this code gives me a tibble with all the five models, not he ensemble.
The problem here is that there are no dispatch methods associated with ensembles as I've seen in modeltime.resample.
Keep in mind that it would be a expensive change since it would be necessary to recombine all the predictions of each individual model in each slice and also recalculate the associated metrics.
I can try to give it some thought when I get some time, but I would try to opt for other strategies because I don't think this change will be soon.
I was going to use an ensemble as a part of my time series cross validation. This did not work. Here is my code.
The results:
So when I want to check the accuracy I only get the accuracy for the individual models, not the ensemble. So this code gives me a tibble with all the five models, not he ensemble.
The text was updated successfully, but these errors were encountered: